Skip to content

carabina/GifButton

 
 

Repository files navigation

GifButton

Made by Appus Studio

'GifButton' is an animated button

Demo

##Example animating ##Example configuring

pod 'GifButton'

##Usage example:

All settings setting in IB StoryBoard.

self.gifButton.imagesArray = self.imageArray; //if you want use array of image programmatically

self.gifButton.animationDuration = 2; // set animation of duration programmatically

self.gifButton.repeatCount = 1; // set repeat count programmatically

Developed By

  • Alexey Kubas,Kosyi Vlad, Appus Studio

License

Copyright 2015 Appus Studio.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 89.6%
  • Swift 8.2%
  • Ruby 2.2%