Answer in ONE word the following 1. Which library is used to add objects to a scene? 2. What is the value for the second segment in the segmented control? 3. Name the inspector connecting a custom class to a scene controller? 4. What is the point size for tab icons? 5. Name the navigator displaying all connections on a scene? 6. Name the file type used to store user defaults. 7. What is required prior to using location in iOS?
[7 marks]State TRUE or FALSE with justification. 1. Manual segue is the default segue used with navigation controller. 2. Interface builder cannot be used to create scenes on storyboard. 3. The keyword var is used to create a constant. 4. Method returning nil are referred as compulsory. 5. all errors in the source code are displayed by Object library. 6. iOS uses pixels as screen units. 7. RED color is used by positive button of alert box.
[7 marks]Write the steps to publish an app on apple store account.
[7 marks]Define the significance of tab bar controller. How can we embed a new scene in a tab bar controller?
[7 marks]Differentiate between Alert and Action sheet.
[7 marks]When picker can be used? Differentiate between double picker and dependent picker.
[7 marks]List the steps of inserting and fetching values using core data. When should core data be used for storage purpose?
[7 marks]Explain how can one achieve year, month and date selection from a picker.
[7 marks]List the steps of store and fetch data in local files of an application. When should one prefer to store data in files.
[7 marks]List various steps to iterate on any collection.
[7 marks]List the steps to display an action sheet. Also describe the procedure to handle actions generated by options of an action sheet.
[7 marks]Explain how to define a function with return type using suitable example.
[7 marks]List the steps to display an alert dialog. Also describe the procedure to handle actions generated by options of an alert dialog.
[7 marks]Which property/method can be used to have grouping headers in a table view? Is indexing possible without grouping headers? Name the data source and delegate classes for table view.1
[7 marks]From the view controller class, which action helps to respond to the click of the button? Which property needs a change to make the button invisible in the storyboard?
[7 marks]Differentiate between outlets and actions. Which editor connects objects from interface builder to code.
[7 marks]Which property of text box is used to display hint in a text box? How do we have auto correction, automatic capitalization and secured input in text box?
[7 marks]