Pinned Repositories
ActionSheetPicker-3.0
Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
AESCrypt-ObjC
A simple and opinionated AES encrypt / decrypt Objective-C class that just works.
AFNetworking
A delightful networking framework for iOS, OS X, watchOS, and tvOS.
AIDatePickerController
:date: UIDatePicker modally presented with iOS 7 custom transitions.
AirBar
iOS library - UIScrollView driven expandable menu.
Coordinators
This project demonstrates a Proof of Concept (POC) for implementing the Coordinator Pattern in iOS development using Swift.
iOS-Github-Search-Client
iOS - Github Repository Search Client Using Swift Programming language.
JKSteppedProgressBar
Stepped ProgressBar for iOS
SwiftNetworking
A lightweight, highly customizable network layer built using the latest Swift updates.
mrimadali's Repositories
mrimadali/AESCrypt-ObjC
A simple and opinionated AES encrypt / decrypt Objective-C class that just works.
mrimadali/AIDatePickerController
:date: UIDatePicker modally presented with iOS 7 custom transitions.
mrimadali/appirater
A utility that reminds your iPhone app's users to review the app.
mrimadali/AsyncImageView
AsyncImageView is a simple extension of UIImageView for loading and displaying images asynchronously on iOS so that they do not lock up the UI.
mrimadali/awesome-animation
:octocat: A great list of open sourced UI Motion Library produced by Animatious Group.
mrimadali/Charts
Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
mrimadali/CountryPicker
CountryPicker is a custom UIPickerView subclass that provides an iOS control allowing a user to select a country from a list. It can optionally display a flag next to each country name, and the library includes a set of 249 high-quality, public domain flag images from FAMFAMFAM (http://www.famfamfam.com/lab/icons/flags/) that have been painstakingly re-named by country code to work with the library.
mrimadali/DR-charts
mrimadali/FlatUIKit
A collection of awesome flat UI components for iOS.
mrimadali/FSCalendar
A superiorly awesome iOS7+ calendar control, compatible with both Objective-C and Swift
mrimadali/FXBlurView
UIView subclass that replicates the iOS 7 realtime background blur effect, but works on iOS 5 and above.
mrimadali/ios-good-practices
Good ideas for iOS development, by Futurice developers.
mrimadali/IQKeyboardManager
Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more.
mrimadali/iRate
A handy class that prompts users of your iPhone or Mac App Store app to rate your application after using it for a while. Similar to Appirater, but with a simpler, cleaner interface and automatic support for iOS fast application switching.
mrimadali/iReSign
iReSign allows iDevice app bundles (.ipa) files to be signed or resigned with a digital certificate from Apple for distribution. This tool is aimed at enterprises users, for enterprise deployment, when the person signing the app is different than the person(s) developing it.
mrimadali/MagicalRecord
Super Awesome Easy Fetching for Core Data 1!!!11!!!!1!
mrimadali/MMTextFieldEffects
Extension of TextFieldEffects with Custom UITextFields effects inspired by Codrops, built using Objective-C
mrimadali/Navajo
Password Validator & Strength Evaluator
mrimadali/OrderedDictionary
This library provides OrderedDictionary and MutableOrderedDictionary subclasses.
mrimadali/paper-onboarding
PaperOnboarding is a material design slider
mrimadali/ProgressHUD
ProgressHUD is a lightweight and easy-to-use HUD for iOS 8. (Objective-C)
mrimadali/SVProgressHUD
A clean and lightweight progress HUD for your iOS and tvOS app.
mrimadali/SVWebViewController
A drop-in inline browser for your iOS app.
mrimadali/swift-style-guide
Style guide & coding conventions for Swift projects
mrimadali/SwiftWebVC
A drop-in inline browser for your Swift iOS app.
mrimadali/TestApp
mrimadali/TestGit
mrimadali/URLEmbeddedView
URLEmbeddedView automatically caches the object that is confirmed the Open Graph Protocol.
mrimadali/XCDYouTubeKit
YouTube video player for iOS, tvOS and OS X
mrimadali/XMLDictionary
A simple way to parse and generate XML on iOS and Mac OS. Converts an XML file to an NSDictionary which can then be easily traversed using the standard Cocoa keyPath mechanism. Can also output the contents of any dictionary as XML.