forked from kharrison/CodeExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
37 lines (33 loc) · 1.79 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
=======================================================================
+ CODE EXAMPLES REPOSITORY
See http://useyourloaf.com for details
This README last updated: 22 June 2015
=======================================================================
+ INDEX
AirPrinter - Example of how to print from iOS
AlertView - Demo iOS 5 changes to UIAlertView
AlertController - UIAlertController changes in iOS 8
AnimatedConstraints - Animating Autolayout changes
Collection - Simple collection view with popovers
Designable - IBDESIGNABLE/IB_Inspectable custom views
DynamicText - Supporting dynamic text size changes
Huckleberry - Auto layout table view cells with varying row heights
MasterSlide - Implementing a mail app style split view controller
Motion - Adding motion effects to views
NibCollection - Example use of IBOutletCollection
QReader - Capturing and decoding QR Codes
Refresh - Using a UIRefreshControl in a table view controller
RemindMe - Scheduling local notifications with UILocaNotification
Restorer - State Preservation and Restoration
SelfSize - iOS 8 Self Sizing Table View Cells (Huckleberry updated)
SpeakEasy - Text to speech synthesis
Stacks - Using UIStackView
StaticTable - Using a storyboard to implement static table views
Stepper - Example use of UIStepper control
Styles - Using UIAppearance proxy to style UIKit controls
SyncMe - Example use of iCloud Key-value Storage
TaskTimer - Example of UIAccessibility Support
TCNibLoad - Example use of UINib class
TwitterSearch - Example of using NSURLConnection to query Twitter API
WorldFacts - Both iOS 8 and OS X Core Data example
=======================================================================