Javi

Results 22 repositories owned by Javi

Base-iOS-View-Controllers

44
Stars
9
Forks
Watchers

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...

bash-alfred-workflow

11
Stars
2
Forks
Watchers

Alfred Workflow to run a bash command and see the output on the Alfred window

Blog-Posts

26
Stars
2
Forks
Watchers

My blog posts published in www.javiersoto.me

RubikSwift

79
Stars
5
Forks
Watchers

Rubik's cube API in Swift + a genetic solver algorithm

Control+Command+Up shortcut to navigate between header and implementation in Objective-C files in Github

iOS10-Runtime-Headers

973
Stars
253
Forks
Watchers

iOS 10 Runtime Headers

JSAnimatedImagesView

410
Stars
62
Forks
Watchers

UIView subclass to easily add a cool animated photo carrusel to your iOS app

JSBadgeView

1.3k
Stars
218
Forks
Watchers

Customizable UIKit badge view like the one on applications in the iOS springboard.

JSBarrierOperationQueue

24
Stars
1
Forks
Watchers

NSOperationQueue subclass that allows you to add operations that behave as a barrier. Basically providing the same functionality dispatch_barrier_async provides in the GCD world.

JSCache

15
Stars
4
Forks
Watchers

Simple and fast thread-safe key-value cache class to easily archive objects and cache images to disk (built on top of EGOCache)