Quantcast
Channel: SEAN O'CONNOR DEVELOPMENT - Home
Browsing all 5 articles
Browse latest View live

Lightweight iOS autocomplete field

A little while back I was looking for an easy to use iOS alternative to auto complete fields.After looking around for a little while I found that all the existing solutions were either too heavy or...

View Article



Simple Modal Text View

I needed to display some an editable text view as a modal. However there was no appropriate existing solutions out there, especially none that met the flat design the rest of my app used. As such I...

View Article

UIWebImageView

UIWebImage is an extension of UIImage that allows users to create an Image view from either a URL or an AWS S3 key string.UIWebImage utilises AFNetworking and AWSS3 frameworks for the image retrieval...

View Article

Debouncing an iOS selector with object

Recently I have been working on a project where I needed to patch the value of a tri-state button to an API.For usability the tri-state button was set up as a toggle button, however I didn't want to...

View Article

Self Authenticating HTTPRequest using OAuth2

NSOperationQueue's are fantastic when performing Asynchronous HTTP requests. They provide a mechanism for queuing all your asynchronous requests and performing them in an appropriate order, it can even...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images