Pinned Repositories
admitone-app
Movie Downloader, Torrents Made Easy !
AFNetworking
A delightful iOS and OS X networking framework
AnimatedTextInput
Animated UITextField and UITextView replacement for iOS
Block-based-UIKit-classes
Subclasses of frequently used UIKit classes to avoid having to implement the delegate method for more readable code
caldoconf-mobile
Mobile application of the CaldoConf
DGPagedScrollView
Paged Scroll View that behaves like a UITableViewController
FGallery-iPhone
Objective-C based gallery for iPhones
PFM-LoadSensing
Repository dedicated for the project LoadSensing. This project is part of the work to be done for the final project of the Master in Open Source Software from the Universidad Oberta de Cataluña.
RMHamburguerButtonTransition
Hmaburguer button with custom transition
caldofran's Repositories
caldofran/RMHamburguerButtonTransition
Hmaburguer button with custom transition
caldofran/caldoconf-mobile
Mobile application of the CaldoConf
caldofran/admitone-app
Movie Downloader, Torrents Made Easy !
caldofran/AFNetworking
A delightful iOS and OS X networking framework
caldofran/AnimatedTextInput
Animated UITextField and UITextView replacement for iOS
caldofran/Base-iOS-View-Controllers
Convenient base VCs for all your iPhone projects if you, like me, like writing less code. Allows to very easily create controllers with table views, controllers to show data from core data, adjusting the view with the keyboard easily and automatically, and more.
caldofran/caldofran.github.io
caldofran/contact
Contact app will be an entry point for my first production app written in swift
caldofran/crossfityablog
Repository of our customized wordpress site
caldofran/EGOTableViewPullRefresh
A similar control to the pull down to refresh control created by atebits in Tweetie 2.
caldofran/elixir_for_programmers
Code from the Elixir course Elixir for Programmers
caldofran/git-format-staged
Git command to transform staged files using a formatting command
caldofran/gitignore
A collection of useful .gitignore templates
caldofran/grunt-html-smoosher
A grunt task which takes a html file, finds all the css and js links, and outputs a version with all the css and js written inline for ease of pasting into a cms
caldofran/iOSDevDirectory
The iOS Dev Directory
caldofran/JSCache
Simple and fast thread-safe key-value cache class to easily archive objects and cache images to disk (built on top of EGOCache)
caldofran/JSProgressHUD
Fork from https://github.com/samvermette/SVProgressHUD with the ability to have a separate progress HUD in each view controller. Used in https://github.com/JaviSoto/Base-View-Controllers
caldofran/JSReachability
Easy to use iOS class to asynchronously monitor the internet connectivity and reachability of a host.
caldofran/JSRestNetworkKit
Lightweight library to manage the backend of your iOS / Mac OSX applications perfect to work against a model-based REST backend
caldofran/jt-react-bootcamp
JT React Bootcamp
caldofran/PDKTCollectionViewWaterfallLayout
UICollectionView Waterfall Layout
caldofran/PDKTModelBuilder
Build and populate your models (CoreData or not) in a simple way
caldofran/PNChart
A simple and beautiful chart lib used in Piner and CoinsMan for iOS
caldofran/presentations
caldofran/RMGitHubDemo
Demo project to test SLRESTfulCoreData through GitHub public API
caldofran/RMPSpringCollectionView
caldofran/RMStackCarrusel
caldofran/SDWebImage
Asynchronous image downloader with cache support with an UIImageView category
caldofran/ssziparchive
Utility class for zipping and unzipping files on iOS and Mac
caldofran/ViewControllerTransitionsDemo
demo from objc.io issue5-view-controller-transitions(Fixed)