Pinned Repositories
CentMille
"When the bar closes, let's both take a vacation. Go on a trip! That'll clear your mind a bit."
CertificatePinningSample
Basic example of SSL pinning in iOS with Swift 5.
CreationalPatterns-Swift
Simple command line program, demonstrating Abstract Factory, Builder, and Factory Method patterns.
FBWebView
A WebView that uses Facebook as much, and yet as little, as possible.
Mal-Wart-Shopping
A simple shopping mockup application, written with SwiftUI.
MenuDrivenSample
Simple MVVM sample, consuming JSONPlaceholder, at typicode.com.
MRRList
Example of MRR within an application, with Linked Lists.
PNMTemplateScenes
Template Scenes for use/modification/etc
ResultTypeDemonstration
Result is a new datatype, introduced in Swift 5, allowing you define success/failure as well as better define results from exception-throwing functions.
StateUITableView
A UITableView driven by enumerations to present different states for loading, error, empty, and loaded states. Protocol-driven, simple interface, somewhere in the works.
1985wasagoodyear's Repositories
1985wasagoodyear/CertificatePinningSample
Basic example of SSL pinning in iOS with Swift 5.
1985wasagoodyear/CreationalPatterns-Swift
Simple command line program, demonstrating Abstract Factory, Builder, and Factory Method patterns.
1985wasagoodyear/Mal-Wart-Shopping
A simple shopping mockup application, written with SwiftUI.
1985wasagoodyear/MenuDrivenSample
Simple MVVM sample, consuming JSONPlaceholder, at typicode.com.
1985wasagoodyear/SwiftySQLSample
A simple app that demonstrates the usage of SQLite within Swift.
1985wasagoodyear/CentMille
"When the bar closes, let's both take a vacation. Go on a trip! That'll clear your mind a bit."
1985wasagoodyear/MRRList
Example of MRR within an application, with Linked Lists.
1985wasagoodyear/3DTouchDeepLinkSample
Basic approach for coordinating a Deep Link into some deep portion of the app, using 3D Touch.
1985wasagoodyear/AccessiblityExample
Just to do a basic example of Accessibility.
1985wasagoodyear/AdaptiveDog
Size Class sample/tutorial. Successor to SizeDog.
1985wasagoodyear/AlamoPokemon
A basic sample meant to demonstrate the networking and boilerplate abstractions that are given in Alamofire, as well as provide a sample of using such high-level descriptions
1985wasagoodyear/algorismus
1985wasagoodyear/CircleSegment
Drawing circles, segments of a circle, with CALayers.
1985wasagoodyear/DictionaryUnwrapping
Transforming a key-value pair in a JSON response into an array of key-value structures, using a JSONDecoder. Three approaches, of various success.
1985wasagoodyear/ErrorModelSample
Simple, non-documented example of a ViewController catering several ViewModels for its composite Views, with a capacity to handle errors.
1985wasagoodyear/FibTest
Console application to demonstrate an iterative and recursive solution for the Fibonacci sequence.
1985wasagoodyear/ImageScrollView
UIScrollView framework that completely contains a UIImage, can zoom in and pan around and prevents shrinking.
1985wasagoodyear/LocalNotificationDemo
Quick demo for setting up local notifications for an arbitrary time in the future.
1985wasagoodyear/LRUCacheSample
Some public-facing implementation of an LRU Cache in Swift. (?)
1985wasagoodyear/NSManagedMergeConflictExample
Example with using different NSMergePolicy's for Core Data. May need adjustment to better observe changes.
1985wasagoodyear/ParentChildSample
Sample of parent-child contexts for concurrency in Core Data.
1985wasagoodyear/PasswordValidator
A simple(?) password validator, using Swift 5's Result type. Unit tests included.
1985wasagoodyear/PNMTools
Simple set of tools for my own convenience and use.
1985wasagoodyear/SecurityTopics
A collection of details, implementations, sample applications for security concerns, implementations, demonstrations for the purpose of embiggening of developers.
1985wasagoodyear/StringCalculator
1985wasagoodyear/SwooftMoopSoomple
A simple toy application describing usage of MapKit and CoreLocation.
1985wasagoodyear/TeamAssembler
Simple Realm demo app.
1985wasagoodyear/Terpsichore
1985wasagoodyear/TransitionSample
Click on a row, watch it animate upwards and wrap-around.
1985wasagoodyear/TwitterExample
Simple description of OAuth process and Tweeting for Twitter usage.