CocoaPods trunk is moving to be read-only. Read more on the blog, there are 7 months to go.
2pods
We all know the working with Core Data is major pain in the neck. Yet it is in a way bit easy you work with, if you get an hold of how it actually work, working with only model classes to update the database structure on the fly. And for those who hate to use Core Data, FMDB is you best choice. But still it lack the capability of mapping objects to models. So you have to manually create the database and queries, ah. So I develop this Library as an wrapper library to FMDB, that handle the database, table & all other CRUD function that we use daily. To make you life easier. This library is still at it early stages (not even Alpha) so you are always welcome to teak things here and there to make this better :)
Happy Coding.
License: Custom
OLCVideoPlayer is a custom video player that can do so much more than what the default MediaPlayer can do. The motivation behind this project was to make a video player that we have full controll over, so it has the ability to change play a collection of videos, change volume level, play in background, set time limits per video, smooth playback and so much more !
Full tutorail: https://onelonecoder.wordpress.com/2015/08/02/objective-c-custom-video-player/
License: MIT