I'm interested in starting developing on the iOS platform, after a couple of years of Android work. What are the main things that are likely to trip me up when designing/coding for iOS instead of Android?
When switching to iOS from Android app development, there might be potential hindrances. Such as difficulty in implementation, lack of funds, and time. Also, you may stress out during the process, as learning new skills is sometimes overwhelming.
For both new and experienced programmers, iOS is generally easier to develop for. iOS apps generally require less development time and are cheaper to build and maintain than Android apps. iOS developers use Swift, Apple's native programming language, whereas Android developers typically use Java and/or Kotlin.
I have done some iphone
apps after doing Android.
AutoreleasePool
s stack works. This should be the most important thing to learn.ListView
is called a TableView
. More or less the same but you need to define an amount of sections./car/model/drawable
BOOL animated
.Things that made me lose a lot of time:
NIL
.NSLog
, NSString
needs to use %@
not %s
.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With