Intro I’m using TMDB to fetch Tv Show information. Here’s how it looks on both platforms. I have a lot of work done on Android since that’s my territory. I’m updating the iOS side of things as I learn. You can find the source code for the project on Github. TvManiac I’m using TMDB to…
Category
Swift
Adding Icons To UITextField
I promise to keep this on short . I’m really having a good time as I continue learning sweet. Progress on my attempt to create an ‘Instagram clone’ is pretty good. Source code is available on Github. All was going well until I tried adding icons to UITextField but it only lead to frustrations. So…
The UIControllerView
UICollectionView was added last year with iOS 6. I decided to spend some time over the weekend and see what I can come up with. It was not easy, well it was until I build my project and there spacing of the cell items was different on various screen sizes. What in the world is…