Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
I ios-tutorial
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ios-general
  • ios-tutorial
  • Wiki
  • ios basics

Last edited by Artem Kalmykov Nov 19, 2016
Page history

ios basics

iOS basics

https://www.tutorialspoint.com/ios/ios_first_iphone_application.htm

https://www.tutorialspoint.com/ios/ios_actions_and_outlets.htm

You should do the following:

You should modify your iOS application with the simple interface. It should contain 1 button (Set text), 1 text field and 1 label. The task is to display a text, which is entered inside the text field, on a label upon clicking the button. Development should be done in separate branch (feature/ios_basics). Results should be pushed to this branch and than you should create a pull request to develop branch.

You should be able to answer the following questions:

  • What is an IBOutlet?
  • How can you add a handler to a button? Can you do it in code without using interface builder?
Clone repository
  • autolayout
  • basic core data
  • basic networking
  • cocoapods
  • delegation
  • gcd and math
  • git tutorial
  • Home
  • ios basics
  • notifications
  • objective c basics
  • swift
  • ui table view