Index

images  A

App store deployment

    application graphics

    general settings

        “Identity” section

        “Magic 8 Ball” app

        sidebar

    iTunes Connect

        “Add New App” button

        app configuration

        App ID confirmation

        “App ID Prefix” field

        App ID register

        App ID suffix

        App Information screen

        “Application Loader”

        app metadata

        App Services

        availability and pricing

        cryptography

        details screen

        developer portal

        information setting

        “Manage Your Apps” option

        “Prepare for Upload” status

        specification

        waiting for upload state

    store distribution

        accounts settings

        App ID selection

        archive, organizer

        certificate selection

        choose profile

        “Code Signing Identity” section

        common errors

        distribution method

        iOS Distribution certificate

        iOS Provisioning Profiles screen

        .mobileprovision file extension

        profile naming and generation

        provisioning profile

        submission succeeds

        validation

images  B

images  C

images  D

Debugging

    bar( ) function

    btnAsk

    class variable

    foo( )function

    handling coding error

        arc4random_uniform( )

        btnAsk function

        code execution

        debug window

        deeper inspection

        hitting the breakpoint

        initializeStrings function

        inspecting variables

        integer variable

        Magic 8-ball app

        magicStrings function

        magicStrings variable

        NSMutableArray*

        stepping process

        ViewDidLoad function

    handling compile time error

        additional errors

        btnAsk function

        compile/link cycle

        issue navigator

        lblOutupt object

        lexical/preprocessor issue line

        ViewController.m

        Xcode fails

    handling runtime error

        arc4random_uniform function

        crash

        debug output

        delete breakpoint

        performSelector object

        “Step Over” button

        trigger Xcode

    lblOutput

    Magic 8-ball App

    NSMutableArray

    objective-C code

    “ViewController.h” file

images  E, F, G, H

Exploring UI controls

    segmented control

        attributes inspector

        backgroundColor

        blank segment

        bookmarks/reading view

        colorChooser outlet

        colorChosen action

        colorChosen function

        handling size

        managing user expectations

        Red control

        safari browser

        Segment 0–First

        Segment 0–Red

        Segment 1–Second

        segmented control item

        selectedSegmentIndex

        view controller

        ViewController.h file

        “ViewController.m” file

    slider control

        blue guidelines

        handling size

        labelling

        lblOutput

        “Main.storyboard” file

        minimum and maximum images

        normalized value

        NSString type

        Settings app

        sliderChanged action

        valueSlider output

        ViewController.m file

    stepper control

        add a stepper control

        label controls

        stepperChanged action

        stepperChanged function

        stepperControlDemo

        stepper time values

        ViewController.m code

    switch control

        BOOLEAN property

        controls list

        labelling

        lblOutput

        switchChanged event

        switchControlTest

        testing

        Value Changed event

images  I, J, K

iOS 7 development

    Apple developer portal

    Mac

        disk space

        disk type

        memory

        processor speed

        screen resolution

    Xcode

        account creation

        app store account

        Create Apple ID

        downloading and installation

        Editor’s Choice applications

        hammer icon

        Mac app store

        signup

        Xcode’s welcome screen

iOS apps

    iPhone app

        application template

        assistant editor

        btnPressed function

        button control

        connection

        event setting

        .h and .m files

        header file

        interface builder

        iPad app

        iPad simulator

        iPhone emulator

        iPhone simulator

        label control

        name setting

        outlet

        settings

        Source Control

        utility area buttons

        View Controller

        view utility area

        Xcode

    Objective-C development

        classes

        header files

        methods

        storyboard

    project creation

        image file

        new project

        PNG format

        supporting files folder

    source code

        Boolean variables

        btnCLick

        button code

        if-else statement

        label

        label control

        outlet and action generation

        toolbar buttons

        ViewController.h file

    user interface (see User interface (UI))

iOS mapping

    map location

        latitude and longitude

        lblLatitude and lblLongitude

        MKMapView control

        MKMapViewDelegate

        regionDidChangeAnimated function

        ViewController.h file

        viewDidLoad function

    map mode

        btnChoose

        hybrid mode

        satellite mode

        segment control

        styleChosen

    Map View creation

        execution

        linking with libraries

        mapControlDemo

        MapKit framework

        project file

        Xcode project editor settings

    pins

        btnDrop function

        button action

        implementation

        map location

        MKAnnotation interface

        myPin.h code

        new file

        ViewController.m code

iPad application

    email, iPhone

    inbox view

    landscape mode

    mail preview

    master-detail app

    master list view

    new project

    portrait orientation

    storyboard investigation

        character browser

        configureView function

        configureView method

        detailDescriptionLabel

        “detailItem.”

        detail view

        image address

        master-detail

        outlet for image

        portrait mode

        static master list

        table view

        UIImageView

        viewDidLoad method

images  L

images  M

images  N, O

images  P, Q

Picker controls

    date picker

    multi-component UIPicker

        components

        data source

        didSelectRow function

        lblOutput2

        multi-column picker

        rows per column

        tidied-up UIPicker

        titles per row

        ViewController.h

        ViewForRow

    UIDatePicker (see UIDatePicker)

    UIPicker control (see UIPicker control)

images  R

images  S

images  T

Table views

    adding table view

    application

    cellForRowAtIndexPath function

    control

    custom cell settings

    dequeueReusableCellWithIdentifier function

    Main.storyboard file

    multi selection table

        data creation

        delegate and dataSource

        header editing

        indexPath parameter

        interface design

        numberOfRowsInSection function

        numberOfSectionsInTableView

        table cell creation

        ViewController.m code

    navigation controller

        accessory type

        adding

        continents detail view

        controls list

        custom class setting

        file creation

        graphical subviews

        Main.storyboard

        maps cell

        naming segue

        navigation app

        navigation title

        Objective-C class

        placesTable outlet

        prepareForSegue method

        prototype cells

        segue configuration

        simpleTableIdentifier text

        Storyboard Segue

        Table View Cell control

        TravelDetailsViewController.h file

        TravelDetailsViewController.m file

        ViewController class

        ViewController.h file

        ViewController.m file

        view controller screen

    non-implemented functions

    numberOfRowsInSection function

    simpleTableIdentifier string

    tableViewDemo

    teamsArray

    teamsData

    teamsTable outlet

    thisCell

    UITableViewCell object

    UITableViewDelegate object

    user selection

        application

        didSelectRowAtIndexPath

        event function

        label resize

        lblOutput.text

    ViewController.h file

    ViewController.m file

Text Field control

    btnGo function

    button

    code setting

        btnGo function

        CTRL-drag

        execution

        _lastKnownInterfaceOrientation

        _lblOutput.text

        NSString type

        properties

        ViewController.h file

        Xcode’s autocompletion

    creation

        designing

        textFieldDemo project

        UI

    delegates

        defintion

        insertion

        keyboard

        popup

        return value

        textFieldShouldReturn function

        _txtInput field

        UITextFieldDelegate

        ViewController.h file

        viewDidLoad function

        void function

        Xcode

    execution

    label position

    outlets

    problems

    redesigning app

    “Return” key

    running app

    storyboard

    textFieldShouldReturn function

    viewDidLoad function

images  U

UIDatePicker

    creation

    datePickerDemo

    exploring options

        date and time

        date mode

        reformatted output

        time picker

        time setting

    source code

UIPicker control

    creation

    data source creation

        components

        NSArray

        rows

        viewDidLoad function

    handling delegated events

        didSelectRow

        running

        ViewController.m

User interface (UI)

    image view

        attributes inspector

        button

        label

        selection

        setting

        storyboard

    Main.storyboard

images  V

images  W, X, Y, Z

Web View control

    action methods

    custom CallWeb method

        loadRequest message

        NSString*

        NSURL object

        NSURLRequest object

        urlString

    dropping

    embedded browser

    finding

    image download app

        action

        btnGetImage

        downloadImageTest

        lay out

        NSData object

        NSString

        UIImage object

    mobile browser view

    outlets, actions, and delegate declarations

    Safari

    size and place

    text field and button

    UITextFieldDelegate

        CallWeb method

        textFieldShouldReturn method

        viewDidLoad method

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.12.161.102