4,925 reputation
21035
bio website stavash.wordpress.com
location Israel
age 28
visits member for 1 year, 8 months
seen 9 hours ago
stats profile views 317

iOS developer at Zemingo

www.zemingo.com

Check out my blog at stavash.wordpress.com


20h
comment UICollectionVIew without using the storyboard?
So... do you want to create one in code or do you want to create one in a XIB?
2d
asked Creating a good custom emoticon chat experience on iOS
May
21
comment iOS: Find out if an image is used in some xib
Awesome, though I've noticed it doesn't work well with images referenced in source code and in plists (because of the potentially missing extensions such as '@2x' and .png). Use with caution, @Luda
May
21
comment Random EXC_BAD_ACCESS when adding subview with ARC
Add an exception breakpoint for all exceptions and see if you can lock on to the line of code that's causing the crash.
May
21
comment iOS - how to implement crop image like default photo album?
The life of an iOS developer is not an easy one :)
May
20
comment iOS SDKs: Renaming a lot of classes
If he renames his classes locally, he'll still need to do it all over again for each FB SDK update.
May
20
revised iOS SDKs: Renaming a lot of classes
added 134 characters in body
May
20
answered iOS SDKs: Renaming a lot of classes
May
20
answered iOS - how to implement crop image like default photo album?
May
20
comment Semantic Issue with UITextfield
@AhmedZ. your statement is not true. Objective C allows access to properties as well as methods with this syntax.
May
20
answered Semantic Issue with UITextfield
May
19
revised UIButton released from memory?
edited body
May
19
comment UIButton released from memory?
Dangerous was an overstatement. There are cases where the view may invoke objects that were already freed but this is obviously not one of them.
May
19
revised UIButton released from memory?
added 123 characters in body
May
19
comment NSPredicate that filters out subclass results
The class in question is not an NSObject so it doesn't respond to "class" or "className"
May
19
revised UIButton released from memory?
added 24 characters in body
May
19
answered UIButton released from memory?
May
19
awarded  Necromancer
May
18
answered Slide UILabel Onto View Controller
May
18
answered What does this Objective-C code snippet mean, and what document details it?