Giter VIP home page Giter VIP logo

apple-wwdc-2016's Introduction

UIKit Catalog (iOS): Creating and Customizing UIKit Controls (Obj-C and Swift)

This sample demonstrates how to use many views and controls in the UIKit framework along with their assorted functionalities. Refer to this sample if you are looking for specific controls or views that are provided by the system.

Note that this sample also shows you how to make your non-standard views (images or custom views) accessible. Using the iOS Accessibility API enhances the user experience of VoiceOver users.

You will also notice this sample shows how to localize string content by using the NSLocalizedString function. Each language has a "Localizeable.strings" file and this function refers to this file when loading the strings from the default bundle.

Build Requirements

Xcode 8.1 and iOS 10.0 SDK or later

Runtime Requirements

iOS 9.0 or later

Written in Objective-C and Swift

This sample is provided in both Objective-C and Swift. Both versions of the application have the exact same visual appearance; however, the code and structure may be different depending on the choice of language.

Using the Sample

This sample can be run on a device or on the simulator.

While looking over the source code of this sample you will find that many elements keep the same order of the view controller classes listed in the project. For example, the activity indicator view controller is the first view controller in the UIKitCatalog project folder, but it is also the first view controller that's shown in the primary view controller's table view.

This sample uses a split view controller based application architecture, which can be seen in the storyboard files. The primary view controller defines the list of views that are used for demonstration in this application. Each secondary view controller corresponds to a given system-provided control (and is named accordingly). For example, the alert controller view controller shows how to use UIAlertController and its associated functionality. The only two exceptions to this rule are UISearchBar / UISearchController and UIToolbar; these APIs have multiple view controllers to explain how the control works and can be customized.

To demonstrate how you can manage the complexity of your storyboards, the search view controllers are hosted in a separate storyboard. This storyboard is linked to from the main storyboard via an external storyboard reference.

UIKit Controls That Are Covered

This sample demonstrates how to configure and customize the following controls / controllers:

  • UIActivityIndicatorView
  • UIAlertController
  • UIButton
  • UIDatePicker
  • UIImageView
  • UIPageControl
  • UIPickerView
  • UIProgressView
  • UISearchBar
  • UISearchController
  • UISegmentedControl
  • UISlider
  • UIStackView
  • UIStepper
  • UISwitch
  • UITextField
  • UITextView
  • UIToolbar
  • UIWebView

Copyright (C) 2008-2016 Apple Inc. All rights reserved.

apple-wwdc-2016's People

Watchers

Rodney Degracia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.