Alex Hedley (Page 26)

Welcome to my blog!

Export Column Headers

I'm using FMDB and CHCSVParser.

Read more...

SQLite App

So I'm finally writing my Bowling Scores app. I'm using FMDB.

Read more...

Differing Table View Heights

So I'm creating an app which I wanted different themes for the Table View. I've created two Prototype Cells and given them different CellIdentifiers. This is then stored in a plist of DefaultPreferences.

Read more...

Android - Default Activity Not Found

Check you AndroidManifest.xml has the correct name in the Activity

Read more...

Android - Update Icon

Hold down Alt when dragging into the 'drawable#' folder

Read more...

Programmatic Button Gradient

I'm programatically creating buttons and I'm using an image as a background, I'm no designer and got a bit bored of making a new one for each button, I've not even got to the different sizes yet, so thought why not use a gradient.

Read more...

Change Android SDK

In Android Studio

Read more...

UIAppearance - System Wide Font

Set an app wide font [[UILabel appearance] setFont:[UIFont fontWithName:@"YourFontName" size:17.0]];

Read more...

Pull To Refresh

Wanted to add the Pull To Refresh capability.

Read more...

Android - Rename a Project

Refactor didn't change it everywhere.

Read more...