- Sorting Arrays - Objective C
Using arrays is a staple of iOS development and there are many tools at our disposal to do all manor of things with them. Below are some that I use often and find quite useful...
- Centre UICollectionView Cells Horizontally iOS
I needed to make cells appear from the centre of a collection view for a work project recently. Heres how I did it...
- RFduino & iOS - Sending large strings
With a limitation of 20 bytes per transaction, how can we send even just large strings to the RFduino...