All Projects → ArtFeel → Afviewshaker

ArtFeel / Afviewshaker

Licence: mit

Projects that are alternatives of or similar to Afviewshaker

Closures
Swifty closures for UIKit and Foundation
Stars: ✭ 1,720 (+41.68%)
Mutual labels:  uiview, uitextfield
Camerabackground
Show camera layer as a background to any UIView
Stars: ✭ 57 (-95.3%)
Mutual labels:  uiview
Autocompletefield
Subclass of UITextField that shows inline suggestions while typing.
Stars: ✭ 656 (-45.96%)
Mutual labels:  uitextfield
Pptextfield
UITextField各种限制,从此一个属性就能解决!比如:手机号(11位)、密码(只能数字和字母)、最大字符串(是否区分中英文)等等这样的限制,以及实时监测输入文字、结束编辑时回调等。
Stars: ✭ 34 (-97.2%)
Mutual labels:  uitextfield
Viewanimator
ViewAnimator brings your UI to life with just one line
Stars: ✭ 6,592 (+443%)
Mutual labels:  uiview
Searchtextfield
UITextField subclass with autocompletion suggestions list
Stars: ✭ 980 (-19.28%)
Mutual labels:  uitextfield
Alerts And Pickers
Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
Stars: ✭ 5,267 (+333.86%)
Mutual labels:  uitextfield
Capsuleview
An easy to use drop-in view to create a beautiful card style effect with a title placeholder and body content.
Stars: ✭ 68 (-94.4%)
Mutual labels:  uiview
Currencytextfield
UITextField that automatically formats text to display in the currency format
Stars: ✭ 47 (-96.13%)
Mutual labels:  uitextfield
Aaviewanimator
AAViewAnimator is a set of animations designed for UIView, UIButton, UIImageView with options in iOS, written in Swift.
Stars: ✭ 33 (-97.28%)
Mutual labels:  uiview
Leego
Declarative, configurable & highly reusable UI development as making Lego bricks.
Stars: ✭ 967 (-20.35%)
Mutual labels:  uiview
Ppbadgeview
iOS Custom Badge, Support UIView, UITabBarItem, UIBarButtonItem ,Support Objective-C/Swift; iOS自定义Badge组件, 支持UIView, UITabBarItem, UIBarButtonItem, 支持Objective-C/Swift
Stars: ✭ 807 (-33.53%)
Mutual labels:  uiview
Wstagsfield
An iOS text field that represents tags, hashtags, tokens in general.
Stars: ✭ 1,013 (-16.56%)
Mutual labels:  uitextfield
Crboxinputview
Verify code input view. Support security type for password.短信验证码输入框,支持密文模式
Stars: ✭ 749 (-38.3%)
Mutual labels:  uitextfield
Swifticonfont
Icons fonts for iOS (Font Awesome 5, Iconic, Ionicon, Octicon, Themify, MapIcon, MaterialIcon, Foundation 3, Elegant Icon, Captain Icon)
Stars: ✭ 1,094 (-9.88%)
Mutual labels:  uitextfield
Mmtextfieldeffects
Extension of TextFieldEffects with Custom UITextFields effects inspired by Codrops, built using Objective-C
Stars: ✭ 619 (-49.01%)
Mutual labels:  uitextfield
Corerender
Moved to https://github.com/alexdrone/Render
Stars: ✭ 25 (-97.94%)
Mutual labels:  uiview
Hhcustomcorner
Awesome library to customize corners of UIView and UIButton. Now you can customize each corner differently
Stars: ✭ 36 (-97.03%)
Mutual labels:  uiview
Phfcomposebarview
Compose bar from iOS 7 Messages.app
Stars: ✭ 1,197 (-1.4%)
Mutual labels:  uiview
Tweenkit
Animation library for iOS in Swift
Stars: ✭ 1,146 (-5.6%)
Mutual labels:  uiview

AFViewShaker

CocoaPods Carthage compatible license

About

AFViewShaker is simple as a brick utility for UIView shake animation.

Using

Create shaker for one view
AFViewShaker * viewShaker = [[AFViewShaker alloc] initWithView:self.formView];
Create shaker for multiple views
NSArray * allFields = @[self.emailField, self.passwordField];
AFViewShaker * viewShaker = [[AFViewShaker alloc] initWithViewsArray:allFields];
Shake with default parameters
[self.viewShaker shake];
Shake with additional parameters
[self.viewShaker shakeWithDuration:0.6 completion:^{
    NSLog(@"Hello World!");
}];

Installation

Using CocoaPods

Add the following to your Podfile and run $ pod install

pod "AFViewShaker", "~> 0.0.5"

Using Carthage

Add the following to your Cartfile and run $ carthage update

github "ArtFeel/AFViewShaker", ~> 0.0.5

For Xamarin users

If you are using Xamarin.iOS, check out this port by Robert Waggott.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].