Flirting with people - iOS style
There was a girl I liked. I did not know how to draw, sing or say cute things to impress her. I decided to make something »
There was a girl I liked. I did not know how to draw, sing or say cute things to impress her. I decided to make something »
KrauseFx recently released Fastlane Tools, a framework for automating the release process to the App Store (and more). I encourage you all to check it out! »
Frank page has some step definitions contributed by users. The step for resetting the simulator is very useful, as there is some state in the App, »
During working on my UIBezierPath reimplementation to enable checking for crossing paths I encountered a bug. The bug was really hard to debug. It happened randomly. »
Easiest way to scale a UIButton or a UITableViewCell is to set a transform on it: view.transform = CGAffineTransformMakeScale(1.5f, 1.5f); If this works »