Pinned Repositories
AFHTTPSessionOperation
A `NSOperation` subclass for requests added to `AFHTTPSessionManager`
BGAppRefresh
Demo of iOS app refresh
CircularCollectionView
Swift `UICollectionView` with circle of cells
CustomMapViewAnnotationCalloutSwift
Custom iOS MapView Annotation Callouts in Swift
download-manager
NSURLConnection Download Manager
Interactive-Custom-Transitions-in-Swift
This illustrates one fairly narrow example of interactive custom transitions in Swift
mapkit-animated-overlays
iOS MapKit Animated Overlays
NetworkManager
A NSOperation-based wrapper for delegate-based NSURLSession
NSURLSessionMultipart
Swift framework that extends `NSURLSession` to provide simple multipart/form-data requests
SwiftCustomTransitions
Swift 3 Custom Transitions Demonstration
robertmryan's Repositories
robertmryan/AFHTTPSessionOperation
A `NSOperation` subclass for requests added to `AFHTTPSessionManager`
robertmryan/Interactive-Custom-Transitions-in-Swift
This illustrates one fairly narrow example of interactive custom transitions in Swift
robertmryan/SwiftCustomTransitions
Swift 3 Custom Transitions Demonstration
robertmryan/CircularCollectionView
Swift `UICollectionView` with circle of cells
robertmryan/Operation-Test-Swift
Test of asynchronous `NSOperation` in Swift with appropriate KVO
robertmryan/AnimateMasks
A demonstration of using UIPanGestureRecognizer to animate the changing of masks of image views
robertmryan/CircleMaskDemo
Swift 4 example of gestures controlling image mask
robertmryan/PeriodicTable
A demonstration of custom collection view layout to show the periodic table in iOS app
robertmryan/ImageDownloadWithProgress
Objective-C demo of downloading images and updating image view
robertmryan/ASPLoginDemo
See http://stackoverflow.com/questions/40728386
robertmryan/CircularArrowDemo
Objective-C Demo of creating `UIBezierPath` in the shape of a circular arrow
robertmryan/ColoredArcs
Objective-C demo updating CAShapeLayer arc colors based upon gesture
robertmryan/CustomNavigationAnimator
Swift custom interactive push transition
robertmryan/MapKitClusteringObjC
iOS MapKit Clustering Demo in Objective-C
robertmryan/RadioPlayer
This is an iOS Swift demonstration of using Key-Value Notification (KVN) to detect changes in `reasonForWaitingToPlay` of `AVPlayer`.
robertmryan/AddSubviewDemo
https://stackoverflow.com/questions/44816254/programmatically-create-an-array-of-objects-swift-3
robertmryan/Books
robertmryan/CollectionViewDemo
https://stackoverflow.com/questions/45107860/create-new-view-controller-upon-uicollectionviewcell-clicked
robertmryan/ObjcSwiftFrameworkDemo
Example framework using Objective-C and Swift without any custom modulemap
robertmryan/PolygonViewDemo
Example of Swift IBDesignable view that uses CAShapeLayer to draw a polygon
robertmryan/TableSearchwithUISearchController
Apple's UISearchController demo from https://developer.apple.com/library/content/samplecode/TableSearch_UISearchController/Introduction/Intro.html
robertmryan/ZipBrowser
This is Apple's ZipBrowser, updated for ARC
robertmryan/Divers
Fix of MCVE for http://stackoverflow.com/questions/43475619/tableview-cellreuse
robertmryan/GridLayoutDemo
Example custom collection view layout for grid in Swift for iOS
robertmryan/ProgressBarTest
robertmryan/ResizedNibCell
Constraint-based self-sizing cells in iOS with Swift
robertmryan/StackViewOnScrollView
robertmryan/Stockfish
UCI chess engine
robertmryan/swift-is-like-kotlin
Comparing Swift syntax with Kotlin's
robertmryan/SwiftyJSON
The better way to deal with JSON data in Swift