Daniel Amitay

Results 10 repositories owned by Daniel Amitay

DAAnisotropicImage

302
Stars
23
Forks
Watchers

DAAnisotropicImage is an anisotropic UIImage generator. Specifically, for a metallic slider knob.

DAAppsViewController

466
Stars
86
Forks
Watchers

DAAppsViewController is a simple way of displaying apps from the App Store in an aesthetically similar manner.

DAAutoScroll

144
Stars
18
Forks
Watchers

DAAutoScroll is a UIScrollView category that allows any chosen UIScrollView (or subclass thereof) to automatically scroll itself with adjustable speed. When the user interacts with the view, the scrol...

DACircularProgress

2.4k
Stars
353
Forks
Watchers

DACircularProgress is a UIView subclass with circular UIProgressView properties.

DAKeyboardControl

1.6k
Stars
214
Forks
Watchers

DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.

DALinedTextView

160
Stars
26
Forks
Watchers

DALinedTextView is a UITextView subclass that draws ruled lines to the view, similar to iOS' built-in Notes app. The lines conform to the appropriate line-height for the currently set UIFont.

DAModularTableView

224
Stars
30
Forks
Watchers

UITableView subclass that abstracts away the ugliness involved with creating static or modular UITableViews. Settings and menu pages are a snap to create with DAModularTableView.

DAReloadActivity

173
Stars
26
Forks
Watchers

DAReloadActivity is a UIButton subclass (with a refresh arrow by default) with UIActivityIndicatorView properties.

iHasApp

1.4k
Stars
187
Forks
Watchers

The iHasApp iOS Framework allows you to detect installed apps on a user's device.

iOS-App-Performance-Cheatsheet

775
Stars
68
Forks
Watchers

A collection of code substitutions and configurations that can improve Objective-C code performance on iOS.