Name | Description | Demonstrates |
---|---|---|
Adventure | ||
ApplicationShortcuts | Port of Apple's ApplicationShortcuts sample | How to use the UIApplicationShortcutItem class to provide quick access to parts of your application directly from the device's home screen. |
AppPrefs | Port of Apple's AppPrefs sample | How to display your app's user configurable options (preferences) in the "Settings" system application. |
AQTapDemo | ||
AudioRecorder | ||
BatteryStatus | Port of Apple's BatteryStatus sample | How to use the battery status properties and notifications provided via the iOS SDK. |
CollectionView Simple | Port of Apple's CollectionView-Simple sample | How to use UICollectionView, a way to present ordered data to users in a grid-like fashion. With a collection view object, you are able to define the presentation and arrangement of embedded views. |
CurrentAddress | Port of Apple's CurrentAddress sample | How to use MapKit, displaying a map view and setting its region to current location. |
Custom Animatable Property | Port of Apple's CustomAnimatableProperty sample | How to leverage Core Animation’s timing and rendering callbacks to implement custom animatable properties for CALayer subclasses. |
DateCell | Port of Apple's DateCell | How to display formatted date objects in table cells and use UIDatePicker to edit those values. |
DocInteraction | Port of Apple's DocInteraction sample | How to use UIDocumentInteractionController to obtain information about documents and how to preview them. |
Footprint | Port of Apple's FootPrint sample | How to take a Latitude/Longitude position and project it onto a flat floorplan. |
HelloGL | ||
Hello World | Port of Apple's HelloWorld sample | How to use a keyboard to enter text into a text field and how to display the text in a label. |
IAPStoreProductViewController | Port of Apple's StoreKitSuite sample | |
In-App Purchases | Port of Apple's StoreKitSuite sample | |
LaunchMe | Port of Apple's LaunchMe sample | How to implement a custom URL scheme to allow other applications to interact with your application. Shows how to handle an incoming URL request by overriding UIApplicationDelegate.openURL to properly parse and extract information from the requested URL before updating the user interface. |
LazyTableImages | Port of Apple's LazyTableImages sample | This sample demonstrates a multi-stage approach to loading and displaying a UITableView. |
LocateMe | Port of Apple's LocateMe sample | How to get the user's location and how to track changes to the user's location. |
MessageComposer | Port of Apple's MessageComposer sample | How to use the Message UI framework to compose and send email and SMS messages from within your application. |
MetalBasic2D | ||
MetalBasic3D | Port of Apple's MetalBasic3D sample | |
MoveMe | Port of Apple's MoveMe sample | This application illustrates simple drawing, touch handling, and animation using UIKit and Core Animation. |
MoviePlayer | Port of Apple's MoviePlayer sample | How to use the Media Player framework to play a movie from a file or network stream, and configure the movie background color, playback controls, background color and image, scaling and repeat modes. It also shows how to draw custom overlay controls on top of the movie during playback. |
Notifications | Sample app demonstrating local and remote notification handling. | How to register and schedule local and remote notifications in an iOS app. |
PhotoMap | Port of Apple's PhotoMap sample | How to load and display geotagged photos as Map Kit annotations and cluster multiple annotations together to reduce on-screen clutter. |
PhotoPicker | Port of Apple's PhotoPicker sample | How to choose images from the photo library, take a picture with the device's camera, and how to customize the look of the camera's user interface. |
PhotoScroller | Port of Apple's PhotoScroller sample | How to use embedded UIScrollViews and CATiledLayer to create a rich user experience for displaying and paginating photos that can be individually panned and zoomed. CATiledLayer is used to increase the performance of paging, panning, and zooming with high-resolution images or large sets of photos. |
QuickContacts | Port of Apple's QuickContacts sample | How to use the Address Book UI controllers and various properties. Shows how to browse a list of Address Book contacts, display and edit a contact record, create a new contact record, and update a partial contact record. |
Quiz | Port of Apple's UnwindSegue sample | How to use segues and unwind segues to drive navigation between the various screens of content in your app. |
Regions | Port of Apple's Regions sample | How to monitor regions, significant location changes, and handle location events in the background on iOS. |
Sample Photos App | Port of Apple's SamplePhotosApp sample | A basic Photos-like app which introduces the Photos framework. |
StackView | A simple app rating UI | How to use UIStackView's to manage a set of subviews in either a horizontally or vertically arranged stack. |
StreetScroller | Port of Apple's StreetScroller sample | How to subclass a UIScrollView and add infinite scrolling. |
TableSearch | Port of Apple's TableSearch sample | How to use UISearchController. A search controller manages the presentation of a search bar (in concert with the results view controller’s content). |
Tabster | Port of Apple's Tabster sample | How to build a tab-bar based iOS application. |
Teslameter | Port of Apple's Teslameter sample | How to create a Teslameter, a magnetic field detector, with the use of the Core Location framework and display the raw x, y and z magnetometer values, a plotted history of those values, and a computed magnitude (size or strength) of the magnetic field. |
TheElements | Port of Apple's TheElements sample | How to create an application that provides access to the data contained in the Periodic Table of the Elements. This sample provides this data in multiple formats, allowing you to sort the data by name, atomic number, symbol name, and an element's physical state at room temperature. TheElements is structured as a Model-View-Controller application. |
Touches GestureRecognizer | Port of Apple's Touches sample | How to handle touches, including multiple touches that move multiple objects with UIGestureRecognizers. |
Touches Responser | Port of Apple's Touches sample | How to handle touches, including multiple touches that move multiple objects with UIResponder. |
UICatalog | Port of Apple's UICatalog sample | How to create and customize user interface controls found in the UIKit framework, along with their various properties and styles. |
VideoRecorder | Port of Apple's VideoRecorder sample | How to create a custom UI for the camera variant of the UIImagePickerController and how to programmatically control video recording. |
ios
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||