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/mapkit-animated-overlays
iOS MapKit Animated Overlays
robertmryan/edge-swipe-demonstration
iOS demonstration of pan gesture navigation by swiping from edge of the screen
robertmryan/LazyTableImages
A revision of Apple's LazyTableImages that remedies some basic issues in their sample
robertmryan/ios-wunderground-demo
iOS Wunderground Demo
robertmryan/CoreText-Demonstration
Demonstration of CoreText and gestures
robertmryan/iOS-XML-Streaming-w-Base64-Decode
iOS XML Streaming demonstration with Base64 decoding
robertmryan/yahoo-weather-demonstration
A demonstration of an iOS app that requests information from the Yahoo! weather services
robertmryan/ios-location-test
This is a rudimentary demonstration of the client-side code which uses iOS location services and JSON parsing to provide functionality similar to the Apple "Find My Friends"
robertmryan/location-services-logging-test
This is a simple test of iOS significant change location service
robertmryan/MKMapView-custom-annotations
MKMapView Custom Annotations
robertmryan/MKPolygon-GSPolygonIntersections
Calculates the intersections points of two MKPolygons and creates a new MKPolygon based on those intersections
robertmryan/containment-animation
Demonstration of animation in conjunction with view controller containment
robertmryan/youtube
View YouTube playlist on UITableView
robertmryan/DrawPad
Created in response to http://stackoverflow.com/questions/19081421/drawrect-in-very-large-uiview-and-memory-is-not-sufficient
robertmryan/Simple-XML-Parser
A simple NSXMLParser for parsing an array of items in a XML feed (such as RSS feed)
robertmryan/via-me-demonstration
Demonstration of the Via.Me API
robertmryan/web-request-demo
Simple iOS web request demonstration
robertmryan/xml-node-parser
Generalize XML parser, based upon NSXMLParser, that parses results into a tree-like structure of nodes
robertmryan/xmlblockparser
A block-based XML Parser based upon NSXMLParser