All Projects → insanoid → AnimateLabel

insanoid / AnimateLabel

Licence: other
Label extension for iOS with ablitity to automatically keep switching between a series of strings using various kinds of animations.

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to AnimateLabel

Wobbly
(Animate CSS) animations for iOS. An easy to use library of iOS animations. As easy to use as an easy thing.
Stars: ✭ 150 (+105.48%)
Mutual labels:  ios-animation
Rhplaceholder
Show pleasant loading view for your users 😍
Stars: ✭ 238 (+226.03%)
Mutual labels:  ios-animation
SwiftUI-DesignCode
 SwiftUI-DesignCode is some examples in the process of learning swiftUI 2.0
Stars: ✭ 185 (+153.42%)
Mutual labels:  ios-animation
Shift
Animate gradient changes with time or motion for iOS Swift
Stars: ✭ 165 (+126.03%)
Mutual labels:  ios-animation
Elegantcalendar
The elegant full screen calendar missed in SwiftUI.
Stars: ✭ 224 (+206.85%)
Mutual labels:  ios-animation
Nativepopup
Clone of Apple iOS App's feedback popup, and easily customizable.
Stars: ✭ 247 (+238.36%)
Mutual labels:  ios-animation
Jtmaterialspinner
An iOS material design spinner view
Stars: ✭ 127 (+73.97%)
Mutual labels:  ios-animation
react-native-swipe-cards-interaction
React native swipe cards interaction
Stars: ✭ 142 (+94.52%)
Mutual labels:  ios-animation
Magearrefreshcontrol
An iOS refresh control with gear animation
Stars: ✭ 231 (+216.44%)
Mutual labels:  ios-animation
iOSProjects
It's project that contains different applications developed with Swift 5.7 👨‍💻👩🏼‍💻🧑🏿‍💻
Stars: ✭ 122 (+67.12%)
Mutual labels:  ios-animation
Mycoretextlabel
图文混排 , 实现图片文字混排 , 可显示常规链接比如网址,@,#话题#,手机号 , 邮箱号等 , 可以自定义链接字,设置关键字高亮等功能 . 适用于微博,微信,IM聊天对话等场景 . 实现这些功能仅用了几百行代码,耦合性也较低
Stars: ✭ 192 (+163.01%)
Mutual labels:  ios-animation
Pvview
A small library that helps you to make an amazing parallax view
Stars: ✭ 227 (+210.96%)
Mutual labels:  ios-animation
particle-animations
Animate your iOS app with particle systems
Stars: ✭ 14 (-80.82%)
Mutual labels:  ios-animation
Jztvosparallaxbutton
📺 tvOS Button with Parallax Effect (ObjC)
Stars: ✭ 161 (+120.55%)
Mutual labels:  ios-animation
circularProgressBar
This repo contains a demo app for circularProgressBar.swift
Stars: ✭ 17 (-76.71%)
Mutual labels:  ios-animation
Awesome Animation
A great list of open sourced UI Motion Library produced by Animatious Group.
Stars: ✭ 1,684 (+2206.85%)
Mutual labels:  ios-animation
Tabanimated
A skeleton screen framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)
Stars: ✭ 2,909 (+3884.93%)
Mutual labels:  ios-animation
IGStoryButtonKit
IGStoryButtonKit provides an easy-to-use button with rich animation and multiple way inspired by instagram story/stories.
Stars: ✭ 31 (-57.53%)
Mutual labels:  ios-animation
KVSpinnerView
KVSpinnerView is highly customizable progress HUD
Stars: ✭ 37 (-49.32%)
Mutual labels:  ios-animation
UIViewAnimationsHandbook
This project takes up all the available UIView animations in Swift4. Each type animation added with an example and expected result in the form of GIF. A glimpse at README would give you a better idea. Do give a star if you like the work.
Stars: ✭ 43 (-41.1%)
Mutual labels:  ios-animation

AnimateLabel

Basic animating label which keeps changing its text from an array of text. Various types of animations are available.

Types of avilable animations.

  • ATAnimationTypeFadeInOut
  • ATAnimationTypeSlideLeftInLeftOut
  • ATAnimationTypeSlideRightInRightOut
  • ATAnimationTypeSlideTopInTopOut
  • ATAnimationTypeSlideBottomtInBottomOut
  • ATAnimationTypeSlideLeftInRightOut
  • ATAnimationTypeSlideRightInLeftOut
  • ATAnimationTypeSlideBottomInTopOut
  • ATAnimationTypeSlideTopInBottomOut

Example:

  [self.animatedLabel animateWithWords:@[
                                         @"Alabama",
                                         @"Alaska",
                                         @"Arizona",
                                         @"Arkansas",
                                         @"California",
                                         @"Colorado"
                                       ]
                           forDuration:3.0f
                         withAnimation:ATAnimationTypeSlideTopInBottomOut];
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].