Customized Ellipsis on UILabel Ellipsis (plural ellipses) is a series of dots that usually indicates an intentional omission of a word, sentence, or whole section from a text without altering its original meaning.1 In UILabel ellip 2014-05-30 iOS
Storyboard problems and How Tool By Square (codegenutils) Solves Some Storyboards are great to use, save time and allows developers to visualise the whole (or part) of app, in terms of screen relationships. ####Problem: Storyboards fail at runtime, note compile time 2014-02-22 ios > xcode
How I setup this blog- Octorpresse Github.io, Custom Domain, theme This blog is: Running Octopress Hosted on github.io with custom domain options Setup the DNS entries using namecheap Installed this theme: foxslide All for the price of registering the domain at Go 2014-02-10 blogging
My Process for updating Octopress Theme TLDR: This is my general process of modifying code from Github (or other) that I use (could be an Octopress theme or a cocoapod or any other open source code one might use), all while maintaining the 2014-02-08 git > octopress
ObjC - Refactoring Animation Code How to maintain iOS animation code. When to use Core Animations vs UIView Animations. 2014-02-08 iOS > objective-c