Course details

Programming Apple Devices

IZA Acad. year 2022/2023 Summer semester 5 credits

Current academic year

Apple's software is a comprehensive system of traditional libraries, application paradigms and a wide range of skills. Its long-term fundamentals remain stable in the last decades. The course will analyse major architectural elements of Apple application software, discuss thoroughly the meaning and application of its components and compare them with alternatives in other systems. The opening lectures will present Objective-C and Swift languages and their context among modern and historical programming languages. Then we will further establish the concept of application architecture based on the paradigms of Model-View-Controller and Key-Value Observing, demonstrated primarily on the iOS platform. The core of the lectures will include chapters on the design of multithreaded applications (GCD) and their connecting to internal (sqlite3, CoreData) and external database systems (CloudKit, DropBox). The final lecture will discuss the specifics of desktop applications (MacOS) and consumer electronics (TVOS, watchOS). The course also brings a set of practical seminars of programming in Swift.

Guarantor

Course coordinator

Language of instruction

Czech, English

Completion

Examination (written)

Time span

  • 26 hrs lectures
  • 12 hrs exercises
  • 14 hrs projects

Assessment points

  • 70 pts final exam (written part)
  • 30 pts projects

Department

Lecturer

Instructor

Subject specific learning outcomes and competences

Understanding the principles of programming applications for macOS, iOS, tvOS and watchOS. Concepts of multi-threaded applications. Programming in Swift. Integrating DB engines to the MVC concept of applications. Students will learn the concept of Swift programming language and its system libraries. They might employ these concepts in their jobs.

Learning objectives

The course is focused to give a very deep insight to concepts of programming of Apple devices, i. e. personal computers with MacOS operating system and mobile devices (phones, tablets, watches) based on iOS. Moreover, the course studies the architecture of software libraries and programming concepts which could be an inspiration in overall programming practice, no matter what platform, operating system or language is employed. Finally, the course teaches programming in Swift language. 

Why is the course taught

Computers, devices and software made by Apple play a significant role in the current IT world. The course emphasises programming for iOS, however, we mention also desktop based macOS and consumer-oriented platforms like tvOS and watchOS.

Study literature

  • Hillegass, A.: Cocoa Programming for Mac OS X. Addison-Wesley, 2004.
  • Trent, M., McCormack, D.: Mac OS X Programming. Wiley Publishing, 2005.
  • Neuburg, M.: Programming iOS 9: Dive Deep into Views, View Controllers, and Frameworks. O'Reilly Media, 2015.
  • Mathias, M., Gallagher, J.: Swift Programming: The Big Nerd Ranch Guide (2nd Edition). Big Nerd Ranch Guides, 2016.
  • Neuburg, M.: Programming iOS 9: Dive Deep into Views, View Controllers, and Frameworks. O'Reilly Media, 2015.
  • Zarra, M. S.: Core Data: Data Storage and Management for iOS, OS X, and iCloud. Pragmatic Bookshelf, 2013.
  • Mathias, M., Gallagher, J.: Swift Programming: The Big Nerd Ranch Guide (2nd Edition). Big Nerd Ranch Guides, 2016.

Syllabus of lectures

  1. Introduction. Historical backgrounds of Apple in the context of other computer companies.
  2. Objective-C in the context of C/C++ and Smalltalk. Dynamic memory allocation, object referencing and garbage collecting.
  3. Introduction to Swift programming language. Basic libraries with collections and algorithms (Foundation).
  4. Model-View-Controller (MVC) paradigm for developing event-driven applications. Basic Controllers (Table, TabBar, Master-Detail).
  5. Development of user applications for mobile devices. Elements of User Interface (Cocoa Touch library).
  6. Programming of multithreaded applications. Concepts of threads management (GCD). Applications main control. Asynchronous calls. Modelling of multithreaded applications.
  7. Data encoding in applications. Creating structured documents. Synchronization of documents. Inter-application message passing (Key-Value Observing, KVO).
  8. The architecture of object data storage (CoreData). The synchronous connection of the database and application control via KVO.
  9. Multiuser applications with a central database (CloudKit). The asynchronous connection of the database and application control via GCD.
  10. Application lifecycle in the context of the operation system. User configurations. Runtime memory optimizations.
  11. Simulation kernel for games development (SpriteKit, SceneKit). Modelling of the physical environment and mechanics.
  12. Desktop applications architecture. Runtime interconnection of a mobile and desktop application.
  13. Applications development for tvOS and watchOS.

Syllabus of numerical exercises

  1. Programming in Swift. Using XCode IDE.
  2. Foundation library in examples. Data collections and basic algorithms.
  3. Application for iOS. Implementing DataSource and Delegate objects.
  4. Multithreaded applications. Message passing within the application. Key-Value Observing. Documents.
  5. Application based on CoreData.
  6. Application based on CloudKit.

Syllabus - others, projects and individual work of students

  1. Design and implementation of an application with given features.

Progress assessment

At least 15 points (out of 30) received from the project.

Controlled instruction

Individual project and the final exam. The final exam has two alternatives.  he minimal number of points which can be obtained from the final exam is 25. Otherwise, no points will be assigned to a student. 

Exam prerequisites

At least 15 points (out of 30) received from the project.

Course inclusion in study plans

  • Programme BIT, 2nd year of study, Elective
  • Programme BIT (in English), 2nd year of study, Elective
  • Programme IT-BC-3, field BIT, 2nd year of study, Elective
Back to top