• Stars
    star
    1
  • Language
    Swift
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

AFHTTPSessionOperation

A `NSOperation` subclass for requests added to `AFHTTPSessionManager`
Objective-C
113
star
2

CustomMapViewAnnotationCalloutSwift

Custom iOS MapView Annotation Callouts in Swift
Swift
82
star
3

download-manager

NSURLConnection Download Manager
Objective-C
81
star
4

Interactive-Custom-Transitions-in-Swift

This illustrates one fairly narrow example of interactive custom transitions in Swift
Swift
48
star
5

mapkit-animated-overlays

iOS MapKit Animated Overlays
Objective-C
37
star
6

NetworkManager

A NSOperation-based wrapper for delegate-based NSURLSession
Objective-C
32
star
7

SwiftCustomTransitions

Swift 3 Custom Transitions Demonstration
Swift
28
star
8

BGAppRefresh

Demo of iOS app refresh
Swift
26
star
9

NSURLSessionMultipart

Swift framework that extends `NSURLSession` to provide simple multipart/form-data requests
Swift
22
star
10

Operation-Test-Swift

Test of asynchronous `NSOperation` in Swift with appropriate KVO
Swift
16
star
11

CircularCollectionView

Swift `UICollectionView` with circle of cells
Swift
15
star
12

edge-swipe-demonstration

iOS demonstration of pan gesture navigation by swiping from edge of the screen
Objective-C
13
star
13

LazyTableImages

A revision of Apple's LazyTableImages that remedies some basic issues in their sample
Objective-C
13
star
14

ZipArchive

ZipArchive is an Objective-C class to compress or uncompress zip files, which is base on open source code "MiniZip".
C
11
star
15

PeoplePickerSwiftDemo

A Swift demonstration of ABPeoplePickerNavigationController
Swift
11
star
16

SimplePing

Update of Appleโ€™s SimplePing for Swift 5
Objective-C
9
star
17

Custom-Annotation-With-DrawRect

This is an iOS example `MKAnnotationView` subclass with a custom `drawRect` implementation.
Objective-C
7
star
18

ios-wunderground-demo

iOS Wunderground Demo
Objective-C
7
star
19

AsyncAwaitBenchmarks

Swift
6
star
20

CircleMaskDemo

Swift 4 example of gestures controlling image mask
Swift
5
star
21

PeriodicTable

A demonstration of custom collection view layout to show the periodic table in iOS app
Swift
5
star
22

AnimateMasks

A demonstration of using UIPanGestureRecognizer to animate the changing of masks of image views
Objective-C
5
star
23

CoreText-Demonstration

Demonstration of CoreText and gestures
Objective-C
4
star
24

SQLiteDemo

This is demonstration based upon Medium article, Manage data in SQLite in iOS using Swift
Swift
3
star
25

iOS-XML-Streaming-w-Base64-Decode

iOS XML Streaming demonstration with Base64 decoding
Objective-C
3
star
26

SerialTaskDemo

Swift
3
star
27

CustomPointsOfInterest

Instruments tool for points of interest with custom colors (contcepts)
Swift
3
star
28

UITableView-Bottom-Refresh

iOS UITableView with pull up to refresh (i.e. bottom refresh)
Objective-C
3
star
29

PubNubClient

Demo of custom payload for PubNub events
Swift
3
star
30

ImageDownloadWithProgress

Objective-C demo of downloading images and updating image view
Objective-C
3
star
31

download-operation

An iOS operation class for downloading files from remote server
Objective-C
3
star
32

yahoo-weather-demonstration

A demonstration of an iOS app that requests information from the Yahoo! weather services
Objective-C
3
star
33

ArcView

https://stackoverflow.com/a/66189501/1271826
Swift
2
star
34

location-services-logging-test

This is a simple test of iOS significant change location service
Objective-C
2
star
35

Page-View-Controller-Swift-Demonstration

iOS Page View Controller Swift Demonstration
Swift
2
star
36

MKMapView-custom-annotations

MKMapView Custom Annotations
Objective-C
2
star
37

GeocoderTableView

iOS demonstration of showing distances to locations in a table view; see https://stackoverflow.com/q/65831084/1271826
Swift
2
star
38

MKCircle-MKPolygon-intersection

An illustration of how to detect intersection between iOS MKCircleView and MKPolygonView
Objective-C
2
star
39

PagingDemo

Example of paging through series of child view controllers
Swift
2
star
40

ColoredArcs

Objective-C demo updating CAShapeLayer arc colors based upon gesture
Objective-C
2
star
41

CustomNavigationAnimator

Swift custom interactive push transition
Swift
2
star
42

ASPLoginDemo

See http://stackoverflow.com/questions/40728386
Objective-C
2
star
43

MapKitClusteringObjC

iOS MapKit Clustering Demo in Objective-C
Objective-C
2
star
44

CircularArrowDemo

Objective-C Demo of creating `UIBezierPath` in the shape of a circular arrow
Objective-C
2
star
45

RefactoredViewController

Refactored View Controller from CodeReview question
Swift
2
star
46

RadioPlayer

This is an iOS Swift demonstration of using Key-Value Notification (KVN) to detect changes in `reasonForWaitingToPlay` of `AVPlayer`.
Swift
2
star
47

SerialTasks

https://stackoverflow.com/a/73072799/1271826
Swift
2
star
48

EmbeddedPageViewController

Example of embedding iOS page view controller within a scene with other controls on it
Swift
2
star
49

PointsAndLines

Sample iOS project that draws mesh of chart points and lines between them
Objective-C
2
star
50

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"
Objective-C
2
star
51

ScreenEdgeGestureNavigationController

An iOS 7+ subclass of UINavigationController that provides a swipe from right edge to push to "next" view controller, as well as swipe from left edge to pop to previous view controller
Objective-C
2
star
52

CachedController

Cached View Controllers in Swift
Swift
1
star
53

SampleBridgingProject

SampleBridgingProject - Test of code completion when calling Swift code from Objective-C
Objective-C
1
star
54

DynamicAnnotations

Demonstrate the need for dynamic coordinates for MKAnnotation objects
Swift
1
star
55

PointsOfInterestDemo

Demonstration of bug in Points of Interest in Xcode 11.4
Swift
1
star
56

PolygonViewDemo

Example of Swift IBDesignable view that uses CAShapeLayer to draw a polygon
Swift
1
star
57

BoxDragger

Swift
1
star
58

ObjcSwiftFrameworkDemo

Example framework using Objective-C and Swift without any custom modulemap
Swift
1
star
59

autolayout-category

This is a category of iOS auto layout convenience methods
Objective-C
1
star
60

Breaches

Quick and dirty Swift demo of using MVP/MVVM patterns to pull business logic, network logic, etc. out of a view controller.
Swift
1
star
61

CollectionViewDemo

https://stackoverflow.com/questions/45107860/create-new-view-controller-upon-uicollectionviewcell-clicked
Swift
1
star
62

CollectionViewDemo2

https://stackoverflow.com/a/63083233/1271826
Swift
1
star
63

CountWhitePixels

https://stackoverflow.com/a/58513549/1271826
Swift
1
star
64

DateComponentsFormatterBug

DateComponentsFormatter formattingContext Bug
Swift
1
star
65

Mandelbrot

A macOS/iOS calculation of Mandelbrot set in Swift
Swift
1
star
66

containment-animation

Demonstration of animation in conjunction with view controller containment
Objective-C
1
star
67

ZipBrowser

This is Apple's ZipBrowser, updated for ARC
Objective-C
1
star
68

CLFloorBug

Manifest `CLLocationManager.location.floor` bug on iOS 13.3.1 physical devices
Swift
1
star
69

SampleFramework

SampleFramework
Objective-C
1
star
70

StateRestorationSimple

Simple example of state restoration (pre UIScene)
Swift
1
star
71

AddSubviewDemo

https://stackoverflow.com/questions/44816254/programmatically-create-an-array-of-objects-swift-3
Swift
1
star
72

ConcaveCollision

Swift project illustrating concave collision path (through series of linear paths)
Swift
1
star
73

DogWalking

https://stackoverflow.com/a/55989901/1271826
Swift
1
star
74

MyApp

https://stackoverflow.com/q/72594694/1271826
Objective-C
1
star
75

TableSearchwithUISearchController

Apple's UISearchController demo from https://developer.apple.com/library/content/samplecode/TableSearch_UISearchController/Introduction/Intro.html
Objective-C
1
star
76

TickMarkCircleViewDemo

Tick Mark Circle View Demo in Swift
Swift
1
star
77

ViewContainerDemo

https://stackoverflow.com/questions/78050537/adding-two-uiview-vertically
Swift
1
star
78

ContactsMockup

Mockup of iOS Contacts App animation in Swift
Swift
1
star