|
You are here |
justabeech.com | ||
| | | | |
sintraworks.github.io
|
|
| | | | | So you're building your app, and have a navigation controller, and sometimes you need to know when the controller is about to navigate, or has just finished navigating. Well, there's a great built in API for that, right? | |
| | | | |
whackylabs.com
|
|
| | | | | There are a plethora of wrappers around the AutoLayout engine. They all seem to provide convenience towards making the layout code look cleaner. In all fairness this is due to the fact that the first version of NSLayoutContraint API was very verbose. But I remember when Apple announced the constraint based layout they were equally excited about providing a what they referred to as ascii based constraints. The idea is to create constraints between siblings and parent UI elements in a string based format. ... | |
| | | | |
kenb.us
|
|
| | | | | The UISegmentedControl provided by UIKit is a ubiquitous control. However, when it comes to customizing this control, it can get pretty tricky. So I'm going to try to explain how this widget ... | |
| | | | |
laanwj.github.io
|
|
| | | Here is a copy of the MIT license. One of the well-known open source licenses. It is, effectively, the only license that I've used for software I wrote or contributed in the last 10 years: | ||