-
-
Save armanhakimsagar/c75250379e944848cf528607fac05734 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. need mac os & xcode software | |
2. you can use vm for run mac os | |
3. download xcode from apple store for ios developement | |
4. objective c is old, use swift language for ios app developement | |
5. swift is made by (objective c, c++) | |
6. create a project same to same like android studio & simulator are same | |
& widget are same | |
7. swift is like console program | |
8. same to same have main controller method & property | |
9. Apple design full controlled by UI, apple named it Human Interface Guidelines. | |
Apple’s UI design is done in a part of Xcode called Interface Builder. | |
Its like photoshop. It saved in xml | |
10.The database that can be used by apps in iOS (and also used by iOS) is called SQLite, and it's a relational database. | |
11. android have apk but ios have IPA. IPA stands for "iOS App Store Package" | |
12. App Store : 1. create a profile for app | |
2. apps store connect : Its a website where you can easily upload, submit, and manage your apps on the App Store with App Store Connect on the web or on iOS. you will get all report & management panel in here. | |
3. After submit apple certification team will review. it will take 24 hours. | |
yealy charge $99. | |
11.we can use lite api frameowork Vapor (micro api frameowork). | |
it have same route , controller, model, resource like laravel. | |
It can be used to create RESTful APIs, web apps, and real-time applications using WebSockets. | |
In addition to the core framework, Vapor provides an ORM, a templating language, | |
and packages to facilitate user authentication and authorization | |
12.important libraries : https://infinum.com/the-capsized-eight/top-10-ios-swift-libraries-every-ios-developer-should-know-about | |
13.cocoa touch : This is the env for buitd & run ios app. | |
Cocoa Touch is the application development environment for building software programs to run on iOS for the iPhone and iPod Touch, iPadOS for the iPad, watchOS for the Apple Watch, and tvOS for the fourth-generation Apple TV, from Apple Inc. | |
It is primarily written in Objective C language | |
14. tech dictionary : https://www.techopedia.com/dictionary | |
15.Intent in Android covers a lot of functions. There is no iOS equivalent to that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment