Friday, July 18, 2014
Thursday, April 3, 2014
Monday, March 17, 2014
Thursday, November 14, 2013
How to hide keyboard without first responder
In any place call:
[self.view endEditing:true];
will hide keyboard.
So, result the same as you call [sender resignFirstResponder] but in this case you need an object or you need to find him.
Friday, August 23, 2013
UITableView custom Separator Insets workaround
Hello everybody.
Here is a workaround when you try to set custom separator insets thru IB in Xcode Version 5.0 (5A11365j).
If you try, you will get:
Exception while running ibtool: *** -[NSKeyedArchiver encodeValueOfObjCType:at:]: this archiver cannot encode structs
Fix with coding:
UIEdgeInsets edges;
edges.left = 0;
tableTripPoints.separatorInset = edges;
Thursday, August 15, 2013
Wednesday, August 14, 2013
Subscribe to:
Posts (Atom)









