EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book Collection Views with UIKit

Download or read book Collection Views with UIKit written by J.D Gauchat and published by J.D Gauchat. This book was released on with total page 86 pages. Available in PDF, EPUB and Kindle. Book excerpt: Quick Guides for Masterminds are excerpts from our best-selling books SwiftUI for Masterminds, UIKit for Masterminds, and HTML5 for Masterminds, providing a cost-effective alternative to getting the information you need. Description With this guide, you will learn how to configure and display items in a grid with Collection Views. After reading this guide, you will know how to work with Collection Views, how to define and configure custom cells, and how to create modern lists. Swift 5.6 | iOS 15 | Xcode 13 Table of Contents COLLECTION VIEWS Collection View Cells Collection View Delegate Data Source Index Paths and Identifiers Implementing Collection Views Flow Layout Custom Layout Supplementary Views Sections LISTS This guide assumes that you have a basic knowledge of app development, Xcode, and the Swift language. For a complete course on app development with UIKit, read our book UIKit for Masterminds. This guide is a collection of excerpts from the book UIKit for Masterminds. The information included in this guide will help you understand a particular aspect of app development, but it will not teach you everything you need to know to develop an app for Apple devices. If you are looking for a complete course on app development with UIKit, read our book UIKit for Masterminds. For more information, visit our website at www.formasterminds.com.

Book Collection Views in iOS 12

Download or read book Collection Views in iOS 12 written by J.D Gauchat and published by J.D. Gauchat. This book was released on 2018-08-18 with total page 53 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how to use Collection Views to present information to the user in an iOS application. After reading this guide, you will know how to implement Collection Views, how to configure the cells, and how to create custom layouts. Table of Contents COLLECTION VIEWS A Collection of Views Collection View Collection View Cells Collection View Flow Layout Collection View Protocols Layout Protocol Implementing Collection Views Scroll Direction Selection Supplementary Views Sections Flow Layout Custom Layout Real-Life Application This guide assumes that you have a basic knowledge of app development, Xcode, and the Swift language. You should also have some experience working with Table Views. For a complete course on app development for iOS, read our book iOS Apps for Masterminds. This guide is a collection of excerpts from the book iOS Apps for Masterminds. The information included in this guide will help you understand a particular aspect of app development in iOS, but it will not teach you everything you need to know to develop an app for Apple devices. If you need a complete course on app development for iOS, read our book iOS Apps for Masterminds. For more information, visit our website at www.formasterminds.com.

Book Collection Views in iOS 11

    Book Details:
  • Author : JD Gauchat
  • Publisher : J.D Gauchat
  • Release : 2018-01-02
  • ISBN :
  • Pages : 85 pages

Download or read book Collection Views in iOS 11 written by JD Gauchat and published by J.D Gauchat. This book was released on 2018-01-02 with total page 85 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how to use Collection Views to present information to the user in an iOS application. After reading this guide, you will know how to implement Collection Views, how to configure the cells, and how to create custom layouts. Table of Contents COLLECTION VIEWS A Collection of Views Collection View Collection View Cell Collection View Flow Layout Collection View Protocols Layout Protocol Implementing Collection Views Scroll Direction Selection Supplementary Views Sections Flow Layout Custom Layout Collection View Controller Refresh Control Real-Life Application QUICK REFERENCE UICollectionView UICollectionViewCell UICollectionViewLayout UICollectionViewLayoutAttributes UICollectionViewFlowLayout UICollectionViewDelegate UICollectionViewDataSource UICollectionViewDelegateFlowLayout UIRefreshControl This guide assumes that you have a basic knowledge of app development, Xcode, and the Swift language. You should also have some experience working with Table Views. If you don't know how to program in Swift or how to create an application with Xcode, download our guides Introduction to Swift and Interface Builder. For a complete course on app development for iOS, read our book iOS Apps for Masterminds. This guide is a collection of excerpts from the book iOS Apps for Masterminds. The information included in this guide will help you understand a particular aspect of app development in iOS, but it will not teach you everything you need to know to develop an app for Apple devices. If you need a complete course on app development for iOS, read our book iOS Apps for Masterminds. For more information, visit our website at www.formasterminds.com.

Book iOS UICollectionView

    Book Details:
  • Author : Ash Furrow
  • Publisher : Addison-Wesley Professional
  • Release : 2014-02-17
  • ISBN : 0133767418
  • Pages : 256 pages

Download or read book iOS UICollectionView written by Ash Furrow and published by Addison-Wesley Professional. This book was released on 2014-02-17 with total page 256 pages. Available in PDF, EPUB and Kindle. Book excerpt: Fully updated for iOS 7, iOS UICollectionView: The Complete Guide, Second Edition will help you build highly immersive, cutting-edge iOS user interfaces that transform your apps from good to great! Ash Furrow covers everything that's new and valuable in UICollectionViews for iOS 7, showing how it eliminates annoying "gotchas" from iOS 6 (and helping you avoid a few new pitfalls). For the first time, he also demonstrates how to integrate UICollectionViews with iOS 7's brand-new UIKit Dynamics to deliver more realistic animations and more effective layouts. Furrow teaches through a wide spectrum of up-to-date, downloadable code examples. Reflecting the latest UICollectionView best practices, he also offers detailed guidance on application architecture, data retrieval across networks, and efficient content rendering. Coverage includes: What to know about MVC and the iOS app lifecycle in order to succeed with UICollectionView Using Storyboards or .xibs to set up Collection Views, and implementing them in well-performing code Customizing individual cell layouts, and then contextualizing content for users Efficiently organizing content with UICollectionViewFlowLayout Crafting sophisticated custom layouts with UICollectionViewLayoutSubclassing Animating UICollectionViewLayout changes Building more immersive interfaces with gesture recognizers Making the most of new iOS 7 layout-to-layout transitions And much more informit.com/aw http://ashfurrow.com/uicollectionview-the-complete-guide/ Approximately 200 pages.

Book Auto Layout by Tutorials  First Edition   Build Dynamic User Interfaces on IOS

Download or read book Auto Layout by Tutorials First Edition Build Dynamic User Interfaces on IOS written by Jayven Nhan and published by R. R. Bowker. This book was released on 2020-05-15 with total page 382 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how to use Auto Layout! Auto Layout is Apple's elegant solution to making your user interfaces flexible and adaptable. It can be daunting to learn to use its true power without someone to guide you. That's where Auto Layout by Tutorials comes to the rescue! This book will be your guide as you explore and master the many capabilities of Auto Layout. Who This Book Is For This book is for iOS developers of all skill levels, from those just getting started building user interfaces to the experienced hands who want to get more from Auto Layout. Topics Covered in Auto Layout by Tutorials Interface Builder: Learn to use Interface Builder to construct and maintain your user interfaces. Stack Views and Scroll Views: Learn how these special view types interact with Auto Layout and how best to utilize them in your apps. Views: Discover how to make your user interface dynamically adapt to its content. Animating Constraints: See how to animate your Auto Layout constraints to provide feedback, focus user attention and improve navigation. Adaptive Layout: Learn to use Auto Layout to make adjustments for screen size, orientation, Dynamic Type size and more. Resolving Common Issues: Discover how to investigate when things go awry and learn how to resolve Auto Layout conflicts. One thing you can count on: After reading this book, you'll be prepared to harness the full power of Auto Layout in all of your apps. About the Tutorial Team The Tutorial Team is a group of app developers and authors who write tutorials at the popular website raywenderlich.com. We take pride in making sure each tutorial we write holds to the highest standards of quality. We want our tutorials to be well written, easy to follow, and fun. If you've enjoyed the tutorials we've written in the past, you're in for a treat. The tutorials we've written for this book are some of our best yet - and this book contains detailed technical knowledge you simply won't be able to find anywhere else.

Book Pro iOS Table Views and Collection Views

Download or read book Pro iOS Table Views and Collection Views written by Tim Duckett and published by Apress. This book was released on 2015-12-30 with total page 569 pages. Available in PDF, EPUB and Kindle. Book excerpt: Table views and collection views are the bread and butter of iOS apps. With them, you can create everything from the simplest of lists to fully tricked-out user interfaces. Pro iOS Table and Collection Views with Swift covers table views and collection views on all sizes of iOS devices, including the new Apple Watch.

Book NSHipster

Download or read book NSHipster written by Mattt Thompson and published by Nshipster. This book was released on 2013-11 with total page 288 pages. Available in PDF, EPUB and Kindle. Book excerpt: To be an NSHipster is to care deeply about the craft of writing code. In cultivating a deep understanding and appreciation of Objective-C, its frameworks and ecosystem, one is able to create apps that delight and inspire users. Combining articles from NSHipster.com with new essays, this book is the essential guide for modern iOS and Mac OS X developers.

Book Programming iOS 13

    Book Details:
  • Author : Matt Neuburg
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2019-12-05
  • ISBN : 149207456X
  • Pages : 1426 pages

Download or read book Programming iOS 13 written by Matt Neuburg and published by "O'Reilly Media, Inc.". This book was released on 2019-12-05 with total page 1426 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you’re grounded in the basics of Swift, Xcode, and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you’ll learn how to create views, manipulate view controllers, and add features from iOS frameworks. Create, arrange, draw, layer, and animate views that respondto touch Use view controllers to manage multiple screens of interface Master interface classes for scroll views, table views, text,popovers, split views, web views, and controls Dive into frameworks for sound, video, maps, and sensors Access user libraries: music, photos, contacts, and calendar Explore files, networking, and threads Stay up-to-date on iOS 13 innovations, such as: Symbol images Light and dark mode Sheet presentation Diffable data sources and compositional layout Context menus and previews Window scene delegates and multiple windows on iPad Want to brush up on the basics? Pick up iOS 13 Programming Fundamentals with Swiftto learn about Swift, Xcode, and Cocoa. Together with Programming iOS 13, you’ll gaina solid, rigorous, and practical understanding of iOS 13 development.

Book iOS 7 Development Recipes

Download or read book iOS 7 Development Recipes written by Hans-Eric Grnlund and published by Apress. This book was released on 2014-01-21 with total page 803 pages. Available in PDF, EPUB and Kindle. Book excerpt: iOS 7 Development Recipes: A Problem-Solution Approach is your code reference and guide to developing solutions on the iPad, iPhone, and other iOS 7 SDK devices and platforms. This book provides in-depth code samples and discussions for scenarios that developers face every day. You'll find numerous examples of real-world cases that will enable you to build fully functional applications quickly and efficiently. The recipes included in this book are wide in scope and have been geared toward the professional developer. You'll find clear and concise code samples accompanying each recipe, and you will be presented with cutting-edge solutions that bring forth the best that the iOS 7 SDK has to offer. The recipes include: Working with Auto Layout to build flexible user interfaces that adapt to different screen sizes Building applications that incorporate multimedia Building location-aware apps Understanding best practices for application design and development You'll find this book to be an indispensable reference for all your iOS development.

Book Programming iOS 14

    Book Details:
  • Author : Matt Neuburg
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2020-10-08
  • ISBN : 1492092126
  • Pages : 1256 pages

Download or read book Programming iOS 14 written by Matt Neuburg and published by "O'Reilly Media, Inc.". This book was released on 2020-10-08 with total page 1256 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you’re grounded in the basics of Swift, Xcode, and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you’ll learn how to create views, manipulate view controllers, and add features from iOS frameworks. Create, arrange, draw, layer, and animate views that respond to touch Use view controllers to manage multiple screens of interface Master interface classes for scroll views, table views, collection views, text, popovers, split views, web views, and controls Dive into frameworks for sound, video, maps, and sensors Access user libraries: music, photos, contacts, and calendar Explore additional topics, including files, networking, and threads Stay up-to-date on iOS 14 innovations, such as: Control action closures and menus Table view cell configuration objects Collection view lists and outlines New split view controller architecture Pointer customization on iPad New photo picker and limited photos authorization Reduced accuracy location Color picker, new page control behavior, revised date pickers, and more! Want to brush up on the basics? Pick up iOS 14 Programming Fundamentals with Swift to learn about Swift, Xcode, and Cocoa. Together with Programming iOS 14, you’ll gain a solid, rigorous, and practical understanding of iOS 14 development.

Book iOS 15 Programming for Beginners

Download or read book iOS 15 Programming for Beginners written by Ahmad Sahar and published by Packt Publishing Ltd. This book was released on 2021-12-24 with total page 784 pages. Available in PDF, EPUB and Kindle. Book excerpt: Key Features Explore the latest features of Xcode 13 and the Swift 5.5 programming language in this updated sixth edition Start your iOS programming career and have fun building your own iOS apps Discover the new features of iOS 15 such as Mac Catalyst, SwiftUI, Swift Concurrency, and SharePlay Book DescriptionWith almost 2 million apps on the App Store, iOS mobile apps continue to be incredibly popular. Anyone can reach millions of customers around the world by publishing their apps on the App Store. iOS 15 Programming for Beginners is a comprehensive introduction for those who are new to iOS. It covers the entire process of learning the Swift language, writing your own app, and publishing it on the App Store. Complete with hands-on tutorials, projects, and self-assessment questions, this easy-to-follow guide will help you get well-versed with the Swift language to build your apps and introduce exciting new technologies that you can incorporate into your apps. You'll learn how to publish iOS apps and work with Mac Catalyst, SharePlay, SwiftUI, Swift concurrency, and much more. By the end of this iOS development book, you'll have the knowledge and skills to write and publish interesting apps, and more importantly, to use the online resources available to enhance your app development journey.What you will learn Get to grips with the fundamentals of Xcode 13 and Swift 5.5, the building blocks of iOS development Understand how to prototype an app using storyboards Discover the Model-View-Controller design pattern and how to implement the desired functionality within an app Implement the latest iOS features such as Swift Concurrency and SharePlay Convert an existing iPad app into a Mac app with Mac Catalyst Design, deploy, and test your iOS applications with design patterns and best practices Who this book is for This book is for anyone who has programming experience but is new to Swift and iOS app development. Basics knowledge of programming, including loops, boolean, and so on, is necessary.

Book iOS 14 Programming for Beginners

Download or read book iOS 14 Programming for Beginners written by Ahmad Sahar and published by Packt Publishing Ltd. This book was released on 2020-11-27 with total page 766 pages. Available in PDF, EPUB and Kindle. Book excerpt: Publisher's note: This edition from 2020 is outdated and does not make use of the most recent iOS and swift features. A new sixth edition, updated for iOS 15 and including new advanced topics, such as Mac Catalyst, SwiftUI, Swift Concurrency, and SharePlay, has now been published Key FeaturesExplore the latest features of Xcode 12 and the Swift 5.3 programming language in this updated fifth editionKick-start your iOS programming career and have fun building your own iOS appsDiscover the new features of iOS 14 such as Mac Catalyst, SwiftUI, widgets and App ClipsBook Description If you're looking to work and experiment with powerful iOS 14 features such as widgets and App Clips to create your own apps, this iOS programming guide is for you. The book offers a comprehensive introduction for experienced programmers who are new to iOS, taking you through the entire process of learning the Swift language, writing your own apps, and publishing them on the App Store. Fully updated to cover the new iOS 14 features, along with Xcode 12 and Swift 5.3, this fifth edition of iOS 14 Programming for Beginners starts with an introduction to the Swift programming language and shows you how to accomplish common programming tasks with it. You'll then start building the user interface (UI) of a complete real-world app using the storyboards feature in the latest version of Xcode and implement the code for views, view controllers, data managers, and other aspects of mobile apps. The book will also help you apply iOS 14 features to existing apps and introduce you to SwiftUI, a new way to build apps for all Apple devices. Finally, you’ll set up testers for your app and understand what you need to do to publish your app on the App Store. By the end of this book, you'll not only be well versed in writing and publishing applications, but you’ll also be able to apply your iOS development skills to enhance existing apps. What you will learnGet to grips with the fundamentals of Xcode 12 and Swift 5.3, the building blocks of iOS developmentUnderstand how to prototype an app using storyboardsDiscover the Model-View-Controller design pattern and how to implement the desired functionality within an appImplement the latest iOS features, such as widgets and App ClipsConvert an existing iPad app into an Apple Silicon Mac appDesign, deploy, and test your iOS applications with design patterns and best practicesWho this book is for This book is for anyone who has programming experience but is new to Swift and iOS app development. Experienced programmers looking to explore the latest iOS 14 features will also find this book useful.

Book Programming IOS 11

    Book Details:
  • Author : Matt Neuburg
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2017-12-07
  • ISBN : 1491999195
  • Pages : 1172 pages

Download or read book Programming IOS 11 written by Matt Neuburg and published by "O'Reilly Media, Inc.". This book was released on 2017-12-07 with total page 1172 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you're grounded in the basics of Swift, Xcode, and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you'll learn how to create views, manipulate view controllers, and add features from iOS frameworks. Create, arrange, draw, layer, and animate views that respond to touch Use view controllers to manage multiple screens of interface Master interface classes for scroll views, table views, text, popovers, split views, web views, and controls Dive into frameworks for sound, video, maps, and sensors Access user libraries: music, photos, contacts, and calendar Explore additional topics, including files, networking, and threads Stay up-to-date on iOS 11 innovations, such as: Drag and drop Autolayout changes (including the new safe area) Stretchable navigation bars Table cell swipe buttons Dynamic type improvements Offline sound file rendering, image picker controller changes, new map annotation types, and more All example code (now rewritten in Swift 4) is available on GitHub for you to download, study, and run. Want to brush up on the basics? Pick up iOS 11 Programming Fundamentals with Swift to learn about Swift, Xcode, and Cocoa. Together with Programming iOS 11, you'll gain a solid, rigorous, and practical understanding of iOS 11 development.

Book Programming iOS 8

    Book Details:
  • Author : Matt Neuburg
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2014-11-24
  • ISBN : 1491909730
  • Pages : 1115 pages

Download or read book Programming iOS 8 written by Matt Neuburg and published by "O'Reilly Media, Inc.". This book was released on 2014-11-24 with total page 1115 pages. Available in PDF, EPUB and Kindle. Book excerpt: Start building apps for iOS 8 with Apple’s Swift programming language. If you’re grounded in the basics of Xcode and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you’ll learn how to create views, manipulate view controllers, and use iOS frameworks for adding features such as audio and video, access to user calendars and photos, and tracking the device’s location. Example code is available on GitHub in the form of full projects that you can download, study, and run. Build iOS apps with Swift Create, arrange, draw, layer, and animate views that respond to touch Use view controllers to manage multiple screens in a way that’s understandable to users Explore UIKit interface objects, such as scroll views, table views, popovers, web views, and maps Work with Cocoa frameworks for sensors, location, sound, and video Access user libraries: music, photos, address book, and calendar Examine additional topics including data storage, file sharing, networking, and threading Topics new to iOS 8 include: Major changes in app coordinate space and interface rotation Trait collections and size classes View margins, visual effect views, and major animation changes Changes to presented view controllers, popovers and split view controllers, alert and action sheet architecture Table view automatic variable row heights and sliding cells Classes for search results display, web view, video display, and audio mixing and effects Today extensions, Actions extensions, Photo Editing extensions Xcode 6 features: conditional constraints, view debugging, designable views, inspectable properties, new segue types

Book iOS 13 Programming for Beginners

Download or read book iOS 13 Programming for Beginners written by Ahmad Sahar and published by Packt Publishing Ltd. This book was released on 2020-01-24 with total page 805 pages. Available in PDF, EPUB and Kindle. Book excerpt: A step-by-step guide to learning iOS app development and exploring the latest Apple development tools Key FeaturesExplore the latest features of Xcode 11 and the Swift 5 programming language in this updated fourth editionKick-start your iOS programming career and have fun building your own iOS appsDiscover the new features of iOS 13 such as Dark Mode, iPad apps for Mac, SwiftUI, and moreBook Description iOS 13 comes with features ranging from Dark Mode and Catalyst through to SwiftUI and Sign In with Apple. If you're a beginner and are looking to experiment and work with these features to create your own apps, then this updated fourth edition gets you off to a strong start. The book offers a comprehensive introduction for programmers who are new to iOS, covering the entire process of learning the Swift language, writing your own apps, and publishing them on the App Store. This edition is updated and revised to cover the new iOS 13 features along with Xcode 11 and Swift 5. The book starts with an introduction to the Swift programming language, and how to accomplish common programming tasks with it. You'll then start building the user interface (UI) of a complete real-world app, using the latest version of Xcode, and also implement the code for views, view controllers, data managers, and other aspects of mobile apps. The book will then help you apply the latest iOS 13 features to existing apps, along with introducing you to SwiftUI, a new way to design UIs. Finally, the book will take you through setting up testers for your app, and what you need to do to publish your app on the App Store. By the end of this book, you'll be well versed with how to write and publish apps, and will be able to apply the skills you've gained to enhance your apps. What you will learnGet to grips with the fundamentals of Xcode 11 and Swift 5, the building blocks of iOS developmentUnderstand how to prototype an app using storyboardsDiscover the Model-View-Controller design pattern, and how to implement the desired functionality within the appImplement the latest iOS features such as Dark Mode and Sign In with AppleUnderstand how to convert an existing iPad app into a Mac appDesign, deploy, and test your iOS applications with industry patterns and practicesWho this book is for This book is for anyone who has programming experience but is completely new to Swift and iOS app development. Experienced programmers looking to explore the latest iOS 13 features will also find this book useful.

Book iOS Apps for Masterminds  2nd Edition

Download or read book iOS Apps for Masterminds 2nd Edition written by J.D Gauchat and published by MinkBooks. This book was released on 2016-03-10 with total page 1028 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get ahead of everyone else and learn the latest technologies introduced by Apple. This is the first book to teach you how to work with Swift 3, Xcode 8, iOS 10 and the new APIs. iOS Apps for Masterminds leads the reader step by step to master the complex subjects required to create applications for iPhones and iPads. After reading this book, you will know how to program in Swift, how to design user interfaces, and how to work with the most powerful frameworks available for the construction of modern applications. This book is a complete course that will teach you how to build insanely great applications from scratch. Every chapter explores both basic and complicated concepts of computer programming, the Swift language, and app development. The information is supported by fully functional examples to guide beginners and experts through every single framework included in the iOS SDK. The examples are distributed throughout the book in a specific order to gradually introduce complex topics and make them accessible to everyone. The goal of iOS Apps for Masterminds is to make you familiar with the most advanced technologies for app development. It was designed to prepare you for the future and was written for the genius inside you, for Masterminds. This book includes: Introduction to Swift 3 Swift Paradigm Foundation Framework UIKit Framework Auto Layout Size Classes Navigation Controllers Scroll Views Table Views Collection Views Split View Controller Alert Views Notifications Files Archiving Core Data iCloud Core Graphics and Quartz 2D Core Animation AVFoundation Camera and Photo Library Web Views Contacts Sensors MapKit Gesture Recognizers Timers Operation Queues Error Handling Image and Video Internationalization ...and more! iOS app development with iOS 10, Xcode 8 and Swift 3App development, Swift programming, Create apps, Create app, iPhone apps, Build app, Swift language, develop application, Objective-C, Apple development, iOS development, iOS Apps, Program apps.

Book Programming IOS 9

    Book Details:
  • Author : Matt Neuburg
  • Publisher : "O'Reilly Media, Inc."
  • Release :
  • ISBN : 1491936827
  • Pages : 1048 pages

Download or read book Programming IOS 9 written by Matt Neuburg and published by "O'Reilly Media, Inc.". This book was released on with total page 1048 pages. Available in PDF, EPUB and Kindle. Book excerpt: Start building apps for iOS 9 with Apple's Swift programming language. If you're grounded in the basics of Xcode and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you'll learn how to create views, manipulate view controllers, and use iOS frameworks for adding features such as audio and video, access to user calendars and photos, and tracking the device's location.