by Dj Sison | Sep 24, 2013 | iOS Development
When using Auto Layout, it will be inevitable that you would also want to animate views where constraints are used. Here’s a guide on how to animate Auto Layout constraints in iOS. First, get a reference to the layout constraint. You can do this in the... read more
by Dj Sison | Sep 21, 2013 | iOS Development
In my projects, if I need an object which can be accessed globally, we create a Singleton manager object for it. And most of the time, it has to do with Settings. The following code demonstrates a safe way to declare singleton objects: + (SettingsManager... read more
by Dj Sison | Sep 21, 2013 | iOS Development
First, disable automatic translation of autoResizingMasks to constraints. [myView setTranslatesAutoresizingMaskIntoConstraints:NO]; 1 [myView setTranslatesAutoresizingMaskIntoConstraints:NO]; Next, add the constraint for the fixed width. [myView... read more
by Dj Sison | Jan 1, 2013 | Misc
Welcome to the Happy Team Labs blog page !! We will post articles related to iOS programming and development in general. If you have extra time, please also check out our iOS apps... read more