Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / GabrielMassana 59 repositories

GabrielMassana/ButtonBackgroundColor-iOS

Category to handle the background color of a UIButton in normal and Highlighted state. Helps on the size of the app, avoiding to add images to handle states.

Language: Swift - Size: 56.6 KB - Last synced: 8 days ago - Pushed: over 7 years ago - Stars: 13 - Forks: 4

GabrielMassana/SearchEmojiOnString-iOS

Category to search emojis on an NSString. The category allows to check if has emojis, the number of emoji, the range of the emojis and if the string consists entirely of emojis.

Language: Objective-C - Size: 47.9 KB - Last synced: 7 days ago - Pushed: about 6 years ago - Stars: 72 - Forks: 13

GabrielMassana/preload-cells

Code example for the blog post: TUTORIAL: HOW TO PRELOAD CELLS OF UITABLEVIEW

Language: Objective-C - Size: 16.6 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 2 - Forks: 0

GabrielMassana/coding-challenge-ios-proposal

A proposal for an iOS Coding Challenge

Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 4 - Forks: 0

GabrielMassana/ColorFontCategory

Code example for the blog post: Categories for UIColor and UIFont. Best practice.

Language: Objective-C - Size: 256 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 1 - Forks: 0

GabrielMassana/travis

Code example for the blog post: ADD TRAVIS-CI TO YOUR CODING CHALLENGE

Language: Objective-C - Size: 14.6 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

GabrielMassana/prefix

Code example for the blog post: PREFIXES EVERYWHERE!!

Language: Objective-C - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 1 - Forks: 0

GabrielMassana/ios-code-test Fork of FarmDrop/ios-code-test

Farmdrop coding test.

Language: Objective-C - Size: 56.6 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 3 - Forks: 0

GabrielMassana/GetEmoji

Demo project to help answer Stackoverflow Questions.

Language: Objective-C - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 1 - Forks: 0

GabrielMassana/CocoaPodSpecs-iOS

Private CocoaPodSpecs

Language: Ruby - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

GabrielMassana/syncContext

Language: Objective-C - Size: 33.2 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

GabrielMassana/TransparentRoudRectButton

Programmatically Round Rect Button with Transparent Border

Language: Objective-C - Size: 2.08 MB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 2 - Forks: 0

GabrielMassana/AgendaIdeas

Language: Objective-C - Size: 1.49 MB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 0 - Forks: 0

GabrielMassana/AES128-CTR

Encrypt and Decrypt AES128-CTR example

Language: Objective-C - Size: 117 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 1 - Forks: 1

GabrielMassana/Facebook_and_Twitter_Profile

Go to Facebook & Twitter Profile through UIButton programmatically

Language: Objective-C - Size: 105 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/CocoaPods Fork of CocoaPods/CocoaPods

The Objective-C library dependency manager.

Language: Objective-C - Size: 15.8 MB - Last synced: about 1 year ago - Pushed: almost 11 years ago - Stars: 0 - Forks: 0

GabrielMassana/TableViews-Examples-with-Storyboards-and-ARC

TableViews-Examples-with-Storyboards-and-ARC

Language: Objective-C - Size: 133 KB - Last synced: about 1 year ago - Pushed: almost 11 years ago - Stars: 0 - Forks: 0

GabrielMassana/DelegateExamples

<UITextFieldDelegate, UIAlertViewDelegate, UIWebViewDelegate, UIScrollViewDelegate>

Language: Objective-C - Size: 211 KB - Last synced: about 1 year ago - Pushed: almost 11 years ago - Stars: 0 - Forks: 0

GabrielMassana/country-json Fork of samayo/country-json

A simple data of the world by country each in JSON format.

Size: 4.1 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

GabrielMassana/EthioTime

EthioTime app

Language: Objective-C - Size: 1.58 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

GabrielMassana/streamAndSave

Example of how to stream and play a video while downloading with AVURLAsset and save the buffer to disk.

Language: Swift - Size: 16.6 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 48 - Forks: 13

GabrielMassana/ColorWithHSL-iOS

Swift Extension to convert HSL colour values into UIColor Objects.

Language: Swift - Size: 34.2 KB - Last synced: 1 day ago - Pushed: about 8 years ago - Stars: 5 - Forks: 3

GabrielMassana/firebase-ios-sdk Fork of firebase/firebase-ios-sdk

Firebase iOS SDK

Size: 46.2 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

GabrielMassana/CAKeyframeAnimationExample

Animate an array of Images with CAKeyframeAnimation

Language: Objective-C - Size: 4.52 MB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 2 - Forks: 1

GabrielMassana/TableViewDataStatus-iOS

Table View to control Data Status. Allows to add loading and empty views

Language: Swift - Size: 25.4 KB - Last synced: 24 days ago - Pushed: over 7 years ago - Stars: 6 - Forks: 1

GabrielMassana/CoreDataFullStack-iOS

A static library project that simplifies Core Data.

Language: Objective-C - Size: 93.8 KB - Last synced: 9 days ago - Pushed: about 8 years ago - Stars: 14 - Forks: 3

GabrielMassana/flybuy-ios Fork of RadiusNetworks/flybuy-ios

FlyBuy SDK for iOS

Size: 22.1 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

GabrielMassana/Enum-TableView

Using an Enum to handle different cell classes into cellForRowAtIndexPath

Language: Swift - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: almost 8 years ago - Stars: 3 - Forks: 0

GabrielMassana/inputAccessoryView

Super easy inputAccessoryView like Messages and WhatsApp

Language: Swift - Size: 46.9 KB - Last synced: about 1 year ago - Pushed: almost 8 years ago - Stars: 2 - Forks: 3

GabrielMassana/UIWebView_Subclass

UIWebView_Subclass_With_UIActivityIndicator

Language: Objective-C - Size: 133 KB - Last synced: about 1 year ago - Pushed: almost 11 years ago - Stars: 2 - Forks: 0

GabrielMassana/pressAndHoldButton

Make a UIButton continuously fired during a press-and-hold situation.

Language: Objective-C - Size: 117 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 1 - Forks: 0

GabrielMassana/TabBarAndSegue

Stackoverflow: UITabbar programatically select tab and performsegue (http://stackoverflow.com/questions/23244689)

Language: Objective-C - Size: 117 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 1 - Forks: 0

GabrielMassana/ColorWithCMYK-iOS

Language: Swift - Size: 28.3 KB - Last synced: 2 days ago - Pushed: about 8 years ago - Stars: 2 - Forks: 0

GabrielMassana/ColorWithHSV-iOS

Swift Extension to convert HSV colour values into UIColor Objects.

Language: Swift - Size: 19.9 MB - Last synced: about 8 hours ago - Pushed: about 8 years ago - Stars: 2 - Forks: 0

GabrielMassana/SolarOrbit-Easy

Easy Solar System

Language: Swift - Size: 821 KB - Last synced: about 1 year ago - Pushed: about 8 years ago - Stars: 1 - Forks: 1

GabrielMassana/ColorWithHex-iOS

Swift Extension to convert hexadecimal values into UIColor Objects.

Language: Swift - Size: 26.4 KB - Last synced: 7 days ago - Pushed: over 5 years ago - Stars: 3 - Forks: 3

GabrielMassana/Grouped-UITableView

Super basic static UITableView project. The main idea is to have an as small as possible ViewController.

Language: Swift - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 1 - Forks: 0

GabrielMassana/DeepTurn-iOS

DeepTurn enables deeplinking in iOS apps.

Language: Swift - Size: 42 KB - Last synced: about 14 hours ago - Pushed: about 7 years ago - Stars: 3 - Forks: 0

GabrielMassana/GM_FSHighlightAnimationAdditions

iPhone “slide to unlock” animation

Language: Objective-C - Size: 121 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 8 - Forks: 2

GabrielMassana/CoreNetworking-iOS

Wrapper project to simplify NSURLSession.

Language: Objective-C - Size: 40 KB - Last synced: 7 days ago - Pushed: over 8 years ago - Stars: 6 - Forks: 0

GabrielMassana/Picker-iOS8

UIPickerView in iOS8 and iOS7

Language: Swift - Size: 133 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 4 - Forks: 2

GabrielMassana/CoreOperation-iOS

Wrapper project to simplify NSOperation and NSOperationQueue.

Language: Objective-C - Size: 38.1 KB - Last synced: 13 days ago - Pushed: about 8 years ago - Stars: 5 - Forks: 1

GabrielMassana/Keychain_example

iOS Keychain example and help class

Language: Objective-C - Size: 148 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 1 - Forks: 0

GabrielMassana/gpx

Language: Swift - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: almost 8 years ago - Stars: 0 - Forks: 0

GabrielMassana/UIImageView_animationImages

Animate an Array of Images with UIImageView.animationImages and [self.ImageView startAnimating];

Language: Objective-C - Size: 4.49 MB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 4 - Forks: 1

GabrielMassana/lead-ios-developer Fork of Streetbees/ios-developer-challenge

Lead iOS developer position

Language: Swift - Size: 7.56 MB - Last synced: about 1 year ago - Pushed: about 8 years ago - Stars: 0 - Forks: 0

GabrielMassana/Comic

Marvel Comic API

Language: Swift - Size: 6.83 MB - Last synced: about 1 year ago - Pushed: about 8 years ago - Stars: 1 - Forks: 1

GabrielMassana/performBlockAndWaitTest

performBlockAndWait asynchronous test

Language: Swift - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: about 8 years ago - Stars: 0 - Forks: 0

GabrielMassana/Gojimo-ObjC

Language: Objective-C - Size: 331 KB - Last synced: about 1 year ago - Pushed: about 8 years ago - Stars: 1 - Forks: 0

GabrielMassana/no-storyboards

Language: Objective-C - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 3 - Forks: 1

GabrielMassana/purelayout-example

Language: Objective-C - Size: 41 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 2 - Forks: 0

GabrielMassana/CocoaPods-Search

http://blog.cocoapods.org/search-engine/

Language: Objective-C - Size: 93.8 KB - Last synced: 10 months ago - Pushed: over 8 years ago - Stars: 4 - Forks: 0

GabrielMassana/KeyAnimationLeak

KeyAnimation creates a Leak

Language: Objective-C - Size: 2.66 MB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 1 - Forks: 0

GabrielMassana/Specs Fork of CocoaPods/Specs

The CocoaPods Master Repo

Size: 194 MB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 0 - Forks: 0

GabrielMassana/CADisplayLinkExample

Animate an Array of Images with CADisplayLink

Language: Objective-C - Size: 6.49 MB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 0 - Forks: 0

GabrielMassana/AnimatedConstraint

Animated Constraint with [UIView animateWithDuration: animations: completion:]

Language: Objective-C - Size: 121 KB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 0 - Forks: 0

GabrielMassana/completionClosure

Swift completionClosure. Closure with return. Swift block returning data.

Language: Swift - Size: 109 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/loginOptions

loginOptions: http://stackoverflow.com/questions/24857196/textfieldshouldreturn-ignoring-variables

Language: Objective-C - Size: 141 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/JennaSueFONTExample

StackOverflow Answer: http://stackoverflow.com/questions/24533148/font-problems-on-retina-display

Language: Objective-C - Size: 141 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/clusterClassWithPoints

Cluster Class example with different UI for iPhone4, iPhone5 and iPad. Drawing points and lines functionality.

Language: Objective-C - Size: 543 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/classCluster

Class Cluster for iOS with Storyboards to manage diferents UI

Language: Objective-C - Size: 117 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/changeTabBarImage

Aswer for question http://stackoverflow.com/questions/24679037

Language: Objective-C - Size: 137 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/clearUITextField

Project asking Stackoverflow question: http://stackoverflow.com/questions/24666764

Language: Objective-C - Size: 113 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/Custom_Placeholder_UITextField

Solution for question: http://stackoverflow.com/questions/24533148/font-problems-on-retina-display

Language: Objective-C - Size: 137 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/iso3166_Plus_Catalonia

ISO-3166 Countries + Catalonia

Language: Objective-C - Size: 133 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 1 - Forks: 0

GabrielMassana/ISO-3166-Countries-with-Regional-Codes Fork of lukes/ISO-3166-Countries-with-Regional-Codes

ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets

Language: Ruby - Size: 285 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/UITextFieldTextFontAndColor

UITextField changing text and plceholder Font and Color

Language: Objective-C - Size: 113 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/TimeAndTimeZone

Changing Time And TimeZone Example: http://stackoverflow.com/posts/23241688 answer

Language: Objective-C - Size: 113 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/Asynchronous

Asynchronous

Language: Objective-C - Size: 133 KB - Last synced: about 1 year ago - Pushed: over 11 years ago - Stars: 0 - Forks: 0

GabrielMassana/defaultPrefix

Stackoverflow: PREFIX uitextfiled with a value that cannot be deleted (http://stackoverflow.com/questions/23012420)

Language: Objective-C - Size: 113 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/OneNavBar_With_2TabBar

Answering http://stackoverflow.com/questions/22950195

Language: Objective-C - Size: 117 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/UITextField_Shortcut

Stackoverflow: Correcting the text cursor in a UITextField when replacing its text (http://stackoverflow.com/questions/22886361)

Size: 117 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/PickerLoadViews

Answer for Stackoverflow question: http://stackoverflow.com/questions/22822012/how-to-swap-between-uiviews-inside-a-uiviewcontroller

Language: Objective-C - Size: 137 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/UITextFieldTextDidChangeNotification

UITextFieldTextDidChangeNotification

Language: Objective-C - Size: 117 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/TableViews-Examples-with-Xib-and-ARC

TableViews-Examples-with-Xib-and-ARC

Language: Objective-C - Size: 129 KB - Last synced: about 1 year ago - Pushed: almost 11 years ago - Stars: 0 - Forks: 0

GabrielMassana/Cocoa_Subcalss_Investigation

Cocoa_Subcalss_Investigation

Size: 121 KB - Last synced: about 1 year ago - Pushed: almost 11 years ago - Stars: 0 - Forks: 0

GabrielMassana/ioscreator Fork of ioscreator/ioscreator

Tutorials from ioscreator.com

Language: Objective-C - Size: 36.7 MB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/Friday

How long until Friday App

Language: Objective-C - Size: 238 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/PisanoPeriodAndFibonacciSerie

Pisano Period and Fibonacci Serie calculator

Language: C - Size: 414 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/AVAudioSession_Demo

AVAudioSession demo

Language: Objective-C - Size: 129 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 0 - Forks: 1

GabrielMassana/Private-Cocoapods

Size: 113 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/GM_HighlightAnimationAdditions

GM_HighlightAnimationAdditions code

Language: Objective-C - Size: 102 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/CoreMotion_demo

CoreMotion demo.

Size: 137 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/UIColors-RGB

RGB for the basic UIColors

Language: Objective-C - Size: 113 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 0 - Forks: 0

GabrielMassana/idev-recipes Fork of boctor/idev-recipes

Open source code for the idevrecipes.com blog

Language: Objective-C - Size: 1.04 MB - Last synced: about 1 year ago - Pushed: over 11 years ago - Stars: 0 - Forks: 0

GabrielMassana/DelegateTestXib

DelegateTestXib

Size: 125 KB - Last synced: about 1 year ago - Pushed: almost 11 years ago - Stars: 0 - Forks: 0

GabrielMassana/DelegateTestStory

DelegateTestStory

Language: Objective-C - Size: 129 KB - Last synced: about 1 year ago - Pushed: almost 11 years ago - Stars: 0 - Forks: 0

GabrielMassana/ScrollViewProgrammatically

ScrollViewProgrammatically

Size: 109 KB - Last synced: about 1 year ago - Pushed: over 11 years ago - Stars: 0 - Forks: 0

GabrielMassana/DF

DF

Language: Objective-C - Size: 3.03 MB - Last synced: about 1 year ago - Pushed: over 11 years ago - Stars: 0 - Forks: 0

GabrielMassana/AsynchronousV2

Language: Objective-C - Size: 133 KB - Last synced: about 1 year ago - Pushed: over 11 years ago - Stars: 0 - Forks: 0