Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What is the toughest part about objective-c programming?

user-image
Question ajoutée par Rana Alnajjar , Web developer , Lebcards
Date de publication: 2013/07/03
Muhammad Javed Iqbal
par Muhammad Javed Iqbal , Lead Flutter Developer (Remote/Contract) , eezly Technologies PVT ltd

The toughest part about Objective C Programming is to learn Objective C itself. When you have know how and sufficient skills in Objective C, then nothing will be tough to you to go with developing Objective C Apps.

megharaj hothur
par megharaj hothur , Lead Engineer , hcl

most difficult part was memory management and its been eased with ARC and there are more option for mulltithreading like GCD/operation queue. initially when i started developement and now i m pretty much confident over the thread and crashes.

thanks to Instrument features in ios (nszombies, leaks performance tools)

Imran Ali
par Imran Ali , Software Engineer , Nth Technologies

I think the difficult part is Memory management, altough now you can use ARC (Automatic Reference Counting). But you still need's to know about memory management for better performance of the application and to avoid crashes due to memory overload.

Syed Kamran Hassan
par Syed Kamran Hassan , Technical Team Lead , Core Technologies

Every thing is tough untill you did not learn it.
Once you learn it, it becomes easy.
In initial days of my objective-c programming, I always feel memory management in objective-c is difficult -may be due to the reason I was moving from .Net to Objective-C.

Utilisateur supprimé
par Utilisateur supprimé

The toughest part to learn about Objective-C programming is memory management. One should understand ARC (Automatic Reference Counting) to make better apps which don't crash.

More Questions Like This