-1

What are the best practices, in general to reduce the file size of your iphone app?

theUser
  • 105
  • 1
  • 7

1 Answers1

0
  1. Do Reuse of functions instead of multiple functions
  2. Remove unnecessary code
  3. Remove debugging code.
  4. Use object oriented style of coding instead of procedural

See this links: 1. question1 2. question2 3. question3

Community
  • 1
  • 1
Somnath Muluk
  • 55,015
  • 38
  • 216
  • 226