Pinned Repositories
AGDragView
UIView with ability to fullscreen expand by scroll gesture
CrashSymbolicator
Small and handy script in Ruby to symbolicate .crash logs for iOS
DBCoding
NSCoding-like API to save objects into database
DBService
ORM for Objective-C, using FMDB [work in progress]
gena
TableDataSource
DataSource and Delegate for UITableView
ThumbnailService
ThumbnailService generates previews asynchronically for you
UIImage-NetPGM
UIImage category to open PGM image format
UIImageView-ImageFrame
Category which provides easy way to calculate 'real' image frame inside UIImageView
UIView-NestedXib
Provides UIView category which automatically loaded from XIB when part of another XIB
alexgarbarev's Repositories
alexgarbarev/UIView-NestedXib
Provides UIView category which automatically loaded from XIB when part of another XIB
alexgarbarev/AGDragView
UIView with ability to fullscreen expand by scroll gesture
alexgarbarev/DBService
ORM for Objective-C, using FMDB [work in progress]
alexgarbarev/UIImage-NetPGM
UIImage category to open PGM image format
alexgarbarev/UIImageView-ImageFrame
Category which provides easy way to calculate 'real' image frame inside UIImageView
alexgarbarev/DBCoding
NSCoding-like API to save objects into database
alexgarbarev/issue_hot_buttons
Plugin for Redmine that add some often used actions to issue page.
alexgarbarev/AddressbookMapping
AddressbookMapping helps you fill object from ABRecordRef struct using mapping dictionary
alexgarbarev/BBBadgeBarButtonItem
A BarButtonItem with a badge on top.
alexgarbarev/EnvInformation
Script to write enviroment information into plist and can revert it back
alexgarbarev/Gizou
A library for easily creating test data in Objective-C.
alexgarbarev/KCOrderedAccessorFix
Fixes "CoreDataGeneratedAccessors" for ordered, to-many relationships.
alexgarbarev/MagicalRecord
Super Awesome Easy Fetching for Core Data 1!!!11!!!!1!
alexgarbarev/MZFormSheetController
MZFormSheetController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup controller size and feel form sheet.
alexgarbarev/NSInvocationBug
Test project, that shows NSInvocation bug with Doubles on ARM64
alexgarbarev/PHLGrowingTextView
Auto-growing UITextView (just like SMS app)
alexgarbarev/SDAVAssetExportSession
AVAssetExportSession drop-in replacement with customizable audio&video settings
alexgarbarev/ShareKit
Drop in sharing features for all iPhone and iPad apps
alexgarbarev/Specs
A repository of CocoaPods (cocoapods.org) specifications.
alexgarbarev/TPKeyboardAvoiding
A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
alexgarbarev/UITextField-Blocks
Adds blocks to all UITextField delegate methods with a category, no subclassing. Also allows the use of delegate methods if no block is set.
alexgarbarev/xcode-plugin
Xcode integration for mobile/iOS developments (iPhone, iPad, ...).
alexgarbarev/XMLReader
Objective-C XML reader based on NSXMLParser