Alex Hedley (Page 29)

Welcome to my blog!

iOS - POST

Finally managed to get a POST to work in my iOS app.

Read more...

JointJS

When writing glossary items for http://www.599cd.com I've been producing my own Function Engine as a image (in word, cough) and loading it.

Read more...

Xcode - Missing 'Empty Application' Template

Where has the Empty Application Template gone in Xcode?

Read more...

MFMailComposeViewController

I used the following tutorial to get an email to send in the app.

Read more...

Navigation Bar / Tab Bar / Status Bar Colours

http://www.appcoda.com/customize-navigation-status-bar-ios-7/

Read more...

Vimeo API

Vimeo API

Read more...

Replace

xLabel.text = [STRING stringByReplacingOccurrencesOfString:@" " withString:@""];

Read more...

YouTube - Unplugged

So I've started parsing the YouTube feed of uploads for a User, the User being Uplugged.

Read more...

App not fitting the full screen

Had an issue where I created a brand new app in Xcode 6. It uses a story board with a tab bar set up. Whenever I ran it on my phone it wasn't going full screen.

Read more...

First Element of Dictionary

Get the first Element of a Dictionary:

Read more...