Common Mistakes happens In iOS Development

About This Presentation
Title:

Common Mistakes happens In iOS Development

Description:

ios is the most popular Mobile Application Technology now a days, Have a look how to avoide some common Mistakes in iOS Development. For more on – PowerPoint PPT presentation

Number of Views:4

less

Transcript and Presenter's Notes

Title: Common Mistakes happens In iOS Development


1
Common Mistakes happens In iOS Development
Tips for ios Application Developer
2
Testing only on the simulator, not on other
Device
iOS simulator has much more performance than a
real device, so that the simulator is not the
perfect choice to test the performance of your app
3
Not caring about memory usage
Take care of memory usage of your app. You can do
this either in instruments or in the debug
navigator tab in Xcode
4
Force Unwrapping Optionals
Non-optional values have to have a value and must
not become nil. So if you want a value to have
the possibility to become nil, you have to
declare the value as an optional
5
Not staying up-to-date
iOS development is changing very quickly. Every
year the platform has new inventions and that is
of course reflected in the development tools as
well. So there is no point where an iOS developer
knows enough
6
Not staying up-to-date
iOS development is changing very quickly. Every
year the platform has new inventions and that is
of course reflected in the development tools as
well. So there is no point where an iOS developer
knows enough
7
Wrong reuse Of UITableViewCell
UITableView cell recycling pitfall. it is a
very important component that is used in almost
every iOS app. It also has very good performance.
8
Forcing login via Facebook or Twitter
Dont force people to login without including the
option for a standard registration via email.
Youre going to anger a lot of people if you
force social logins
9
Creating inflexible code
Must ensure that the code base isnt complete
garbage. It shouldnt be looking at a prototype 6
months from now.
10
Error handling interaction with user when
failure conditions are hit
Confusing errors do not make for a great user
experience. For example, it doesnt help the
customer if they need to update their Twitter
password, but you display an error
11
www.brainvire.com
Email info_at_brainvire.com Call Us 1
631-897-7276
http//www.brainvire.com/ios-development
Write a Comment
User Comments (0)