Month: June 2015

Customize the background color and title of a UINavigationBar and the status bar

Here’s an example of how to customize the background and title color of a UINavigationBar without having to use an image (in this case, a blue background with a white title AND white status bar): // Set the navigation bar to blue [[UINavigationBar appearance] setBarTintColor:[UIColor blueColor]]; [[UINavigationBar appearance] setTranslucent:NO]; // Set the navigation bar’s title …

Customize the background color and title of a UINavigationBar and the status bar Read More »

Developing for Bluetooth Low Energy and iOS – Now at Cloud City Blog!

As you may or may not know, I currently work for the software development consulting company, Cloud City Development in San Francisco. They kindly asked me to write a blog post on the subject of Bluetooth Low Energy and iOS, and of course I jumped at the chance! The great news is that the first …

Developing for Bluetooth Low Energy and iOS – Now at Cloud City Blog! Read More »