[
  {
    "path": ".gitignore",
    "content": "# Xcode\n#\nbuild/\n*.pbxuser\n!default.pbxuser\n*.mode1v3\n!default.mode1v3\n*.mode2v3\n!default.mode2v3\n*.perspectivev3\n!default.perspectivev3\nxcuserdata\n*.xccheckout\n*.moved-aside\nDerivedData\n*.hmap\n*.ipa\n*.xcuserstate\n\n# CocoaPods\n#\n# We recommend against adding the Pods directory to your .gitignore. However\n# you should judge for yourself, the pros and cons are mentioned at:\n# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control\n#\n# Pods/\n\n# Carthage\n#\n# Add this line if you want to avoid checking in source code from Carthage dependencies.\n# Carthage/Checkouts\n\nCarthage/Build\nStatus API Training Shop Blog About Pricing\n\n.DS_Store\n"
  },
  {
    "path": ".swift-version",
    "content": "4.2\n"
  },
  {
    "path": ".travis.yml",
    "content": "osx_image: xcode10.2\nlanguage: objective-c\nxcode_sdk: iphonesimulator12.1\n\nxcode_project: RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo.xcodeproj\nxcode_scheme: RAMAnimatedTabBarController\n\n# whitelist\nbranches:\nonly:\n- master\n"
  },
  {
    "path": "CHANGELOG.md",
    "content": ""
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contributing to a Project\nNow that you’ve found the material for understanding the project, here is how you can take action.\n\n### Create an Issue\n\nIf you find a bug in a project you’re using (and you don’t know how to fix it), have trouble following the documentation or have a question about the project – create an issue! There’s nothing to it and whatever issue you’re having, you’re likely not the only one, so others will find your issue helpful, too. For more information on how issues work, check out our Issues guide.\n\n#### Issues Pro Tips\n\nCheck existing issues for your issue. Duplicating an issue is slower for both parties so search through open and closed issues to see if what you’re running into has been addressed already.\nBe clear about what your problem is: what was the expected outcome, what happened instead? Detail how someone else can recreate the problem.\nLink to demos recreating the problem on things like JSFiddle or CodePen.\nInclude system details like what the browser, library or operating system you’re using and its version.\nPaste error output or logs in your issue or in a Gist. If pasting them in the issue, wrap it in three backticks: ``` so that it renders nicely.\n\n### Pull Request\n\nIf you’re able to patch the bug or add the feature yourself – fantastic, make a pull request with the code! Be sure you’ve read any documents on contributing, understand the license and have signed a CLA if required. Once you’ve submitted a pull request the maintainer(s) can compare your branch to the existing one and decide whether or not to incorporate (pull in) your changes.\n\n#### Pull Request Pro Tips\n\nFork the repository and clone it locally. Connect your local to the original ‘upstream’ repository by adding it as a remote. Pull in changes from ‘upstream’ often so that you stay up to date so that when you submit your pull request, merge conflicts will be less likely. See more detailed instructions here.\nCreate a branch for your edits.\nBe clear about what problem is occurring and how someone can recreate that problem or why your feature will help. Then be equally as clear about the steps you took to make your changes.\nIt’s best to test. Run your changes against any existing tests if they exist and create new ones when needed. Whether tests exist or not, make sure your changes don’t break the existing project.\nInclude screenshots of the before and after if your changes include differences in HTML/CSS. Drag and drop the images into the body of your pull request.\nContribute in the style of the project to the best of your abilities. This may mean using indents, semi colons or comments differently than you would in your own repository, but makes it easier for the maintainer to merge, others to understand and maintain in the future.\n\n#### Open Pull Requests\n\nOnce you’ve opened a pull request a discussion will start around your proposed changes. Other contributors and users may chime in, but ultimately the decision is made by the maintainer(s). You may be asked to make some changes to your pull request, if so, add more commits to your branch and push them – they’ll automatically go into the existing pull request.\n\nIf your pull request is merged – great! If it is not, no sweat, it may not be what the project maintainer had in mind, or they were already working on it. This happens, so our recommendation is to take any feedback you’ve received and go forth and pull request again – or create your own open source project."
  },
  {
    "path": "LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2014 Ramotion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n"
  },
  {
    "path": "Package.swift",
    "content": "// swift-tools-version:5.1\n//\n//  Package.swift\n//\n//  Copyright (c) Ramotion Inc. (https://www.ramotion.com/)\n//\n//  Permission is hereby granted, free of charge, to any person obtaining a copy\n//  of this software and associated documentation files (the \"Software\"), to deal\n//  in the Software without restriction, including without limitation the rights\n//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n//  copies of the Software, and to permit persons to whom the Software is\n//  furnished to do so, subject to the following conditions:\n//\n//  The above copyright notice and this permission notice shall be included in\n//  all copies or substantial portions of the Software.\n//\n//  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n//  THE SOFTWARE.\n//\n\nimport PackageDescription\n\n\nlet package = Package(\n    name: \"RAMAnimatedTabBarController\",\n    platforms: [\n        .iOS(.v9)\n    ],\n    products: [\n        .library(name: \"RAMAnimatedTabBarController\",\n            targets: [\"RAMAnimatedTabBarController\"]),\n    ],\n    targets: [\n        .target(name: \"RAMAnimatedTabBarController\",\n            path: \"RAMAnimatedTabBarController\")\n    ],\n    swiftLanguageVersions: [.v5]\n)\n"
  },
  {
    "path": "RAMAnimatedTabBarController/Animations/BounceAnimation/RAMBounceAnimation.swift",
    "content": "//  RAMBounceAnimation.swift\n//\n// Copyright (c) 11/10/14 Ramotion Inc. (http://ramotion.com)\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n\nimport UIKit\n\n/// The RAMBounceAnimation class provides bounce animation.\nopen class RAMBounceAnimation: RAMItemAnimation {\n\n    /**\n     Start animation, method call when UITabBarItem is selected\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open override func playAnimation(_ icon: UIImageView, textLabel: UILabel) {\n        playBounceAnimation(icon)\n        textLabel.textColor = textSelectedColor\n    }\n\n    /**\n     Start animation, method call when UITabBarItem is unselected\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     - parameter defaultTextColor: default UITabBarItem text color\n     - parameter defaultIconColor: default UITabBarItem icon color\n     */\n    open override func deselectAnimation(_ icon: UIImageView, textLabel: UILabel, defaultTextColor: UIColor, defaultIconColor: UIColor) {\n        textLabel.textColor = defaultTextColor\n\n        if let iconImage = icon.image {\n            let renderMode = defaultIconColor.cgColor.alpha == 0 ? UIImage.RenderingMode.alwaysOriginal :\n                UIImage.RenderingMode.alwaysTemplate\n            let renderImage = iconImage.withRenderingMode(renderMode)\n            icon.image = renderImage\n            icon.tintColor = defaultIconColor\n        }\n    }\n\n    /**\n     Method call when TabBarController did load\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open override func selectedState(_ icon: UIImageView, textLabel: UILabel) {\n        textLabel.textColor = textSelectedColor\n\n        if let iconImage = icon.image {\n            let renderImage = iconImage.withRenderingMode(.alwaysTemplate)\n            icon.image = renderImage\n            icon.tintColor = iconSelectedColor\n        }\n    }\n\n    func playBounceAnimation(_ icon: UIImageView) {\n\n        let bounceAnimation = CAKeyframeAnimation(keyPath: Constants.AnimationKeys.scale)\n        bounceAnimation.values = [1.0, 1.4, 0.9, 1.15, 0.95, 1.02, 1.0]\n        bounceAnimation.duration = TimeInterval(duration)\n        bounceAnimation.calculationMode = CAAnimationCalculationMode.cubic\n\n        icon.layer.add(bounceAnimation, forKey: nil)\n\n        if let iconImage = icon.image {\n            let renderImage = iconImage.withRenderingMode(.alwaysTemplate)\n            icon.image = renderImage\n            icon.tintColor = iconSelectedColor\n        }\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarController/Animations/FrameAnimation/RAMFrameItemAnimation.swift",
    "content": "//  RAMFrameItemAnimation.swift\n//\n// Copyright (c) 11/10/14 Ramotion Inc. (http://ramotion.com)\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n\nimport QuartzCore\nimport UIKit\n\n/// The RAMFrameItemAnimation class provides keyframe animation.\nopen class RAMFrameItemAnimation: RAMItemAnimation {\n\n    @nonobjc fileprivate var animationImages: Array<CGImage> = Array()\n\n    var selectedImage: UIImage!\n\n    /// A Boolean value indicated plaing revers animation when UITabBarItem unselected, if false image change immediately, defalut value true\n    @IBInspectable open var isDeselectAnimation: Bool = true\n\n    /// path to array of image names from plist file\n    @IBInspectable open var imagesPath: String!\n\n    open override func awakeFromNib() {\n\n        guard let path = Bundle.main.path(forResource: imagesPath, ofType: \"plist\") else {\n            fatalError(\"don't found plist\")\n        }\n\n        guard case let animationImagesName as [String] = NSArray(contentsOfFile: path) else {\n            fatalError()\n        }\n\n        createImagesArray(animationImagesName)\n\n        // selected image\n        let selectedImageName = animationImagesName[animationImagesName.endIndex - 1]\n        selectedImage = UIImage(named: selectedImageName)\n    }\n\n    func createImagesArray(_ imageNames: Array<String>) {\n        for name: String in imageNames {\n            if let image = UIImage(named: name)?.cgImage {\n                animationImages.append(image)\n            }\n        }\n    }\n\n    // MARK: public\n\n    /**\n     Set images for keyframe animation\n\n     - parameter images: images for keyframe animation\n     */\n    open func setAnimationImages(_ images: Array<UIImage>) {\n        var animationImages = Array<CGImage>()\n        for image in images {\n            if let cgImage = image.cgImage {\n                animationImages.append(cgImage)\n            }\n        }\n        self.animationImages = animationImages\n    }\n\n    // MARK: RAMItemAnimationProtocol\n\n    /**\n     Start animation, method call when UITabBarItem is selected\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open override func playAnimation(_ icon: UIImageView, textLabel: UILabel) {\n\n        playFrameAnimation(icon, images: animationImages)\n        textLabel.textColor = textSelectedColor\n    }\n\n    /**\n     Start animation, method call when UITabBarItem is unselected\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     - parameter defaultTextColor: default UITabBarItem text color\n     - parameter defaultIconColor: default UITabBarItem icon color\n     */\n    open override func deselectAnimation(_ icon: UIImageView, textLabel: UILabel, defaultTextColor: UIColor, defaultIconColor _: UIColor) {\n        if isDeselectAnimation {\n            playFrameAnimation(icon, images: animationImages.reversed())\n        }\n\n        textLabel.textColor = defaultTextColor\n    }\n\n    /**\n     Method call when TabBarController did load\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open override func selectedState(_ icon: UIImageView, textLabel: UILabel) {\n        icon.image = selectedImage\n        textLabel.textColor = textSelectedColor\n    }\n\n    @nonobjc func playFrameAnimation(_ icon: UIImageView, images: Array<CGImage>) {\n        let frameAnimation = CAKeyframeAnimation(keyPath: Constants.AnimationKeys.keyFrame)\n        frameAnimation.calculationMode = CAAnimationCalculationMode.discrete\n        frameAnimation.duration = TimeInterval(duration)\n        frameAnimation.values = images\n        frameAnimation.repeatCount = 1\n        frameAnimation.isRemovedOnCompletion = false\n        frameAnimation.fillMode = CAMediaTimingFillMode.forwards\n        icon.layer.add(frameAnimation, forKey: nil)\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarController/Animations/FumeAnimation/RAMFumeAnimation.swift",
    "content": "\n//  RAMFumeAnimation.swift\n//\n// Copyright (c) 12/2/14 Ramotion Inc. (http://ramotion.com)\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n\nimport UIKit\n\n/// The RAMFumeAnimation class provides bounce animation.\nopen class RAMFumeAnimation: RAMItemAnimation {\n\n    /**\n     Start animation, method call when UITabBarItem is selected\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open override func playAnimation(_ icon: UIImageView, textLabel: UILabel) {\n        playMoveIconAnimation(icon, values: [icon.center.y as AnyObject, (icon.center.y + 4.0) as AnyObject])\n        playLabelAnimation(textLabel)\n        textLabel.textColor = textSelectedColor\n\n        if let iconImage = icon.image {\n            let renderImage = iconImage.withRenderingMode(.alwaysTemplate)\n            icon.image = renderImage\n            icon.tintColor = iconSelectedColor\n        }\n    }\n\n    /**\n     Start animation, method call when UITabBarItem is unselected\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     - parameter defaultTextColor: default UITabBarItem text color\n     - parameter defaultIconColor: default UITabBarItem icon color\n     */\n    open override func deselectAnimation(_ icon: UIImageView, textLabel: UILabel, defaultTextColor: UIColor, defaultIconColor: UIColor) {\n\n        playMoveIconAnimation(icon, values: [(icon.center.y + 4.0) as AnyObject, icon.center.y as AnyObject])\n        playDeselectLabelAnimation(textLabel)\n        textLabel.textColor = defaultTextColor\n\n        if let iconImage = icon.image {\n            let renderMode = defaultIconColor.cgColor.alpha == 0 ? UIImage.RenderingMode.alwaysOriginal :\n                UIImage.RenderingMode.alwaysTemplate\n            let renderImage = iconImage.withRenderingMode(renderMode)\n            icon.image = renderImage\n            icon.tintColor = defaultIconColor\n        }\n    }\n\n    /**\n     Method call when TabBarController did load\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open override func selectedState(_ icon: UIImageView, textLabel: UILabel) {\n\n        playMoveIconAnimation(icon, values: [(icon.center.y + 12.0) as AnyObject])\n        textLabel.alpha = 0\n        textLabel.textColor = textSelectedColor\n\n        if let iconImage = icon.image {\n            let renderImage = iconImage.withRenderingMode(.alwaysTemplate)\n            icon.image = renderImage\n            icon.tintColor = iconSelectedColor\n        }\n    }\n\n    func playMoveIconAnimation(_ icon: UIImageView, values: [AnyObject]) {\n\n        let yPositionAnimation = createAnimation(Constants.AnimationKeys.positionY, values: values, duration: duration / 2)\n\n        icon.layer.add(yPositionAnimation, forKey: nil)\n    }\n\n    // MARK: select animation\n\n    func playLabelAnimation(_ textLabel: UILabel) {\n\n        let yPositionAnimation = createAnimation(Constants.AnimationKeys.positionY, values: [textLabel.center.y as AnyObject, (textLabel.center.y - 60.0) as AnyObject], duration: duration)\n        yPositionAnimation.fillMode = CAMediaTimingFillMode.removed\n        yPositionAnimation.isRemovedOnCompletion = true\n        textLabel.layer.add(yPositionAnimation, forKey: nil)\n\n        let scaleAnimation = createAnimation(Constants.AnimationKeys.scale, values: [1.0 as AnyObject, 2.0 as AnyObject], duration: duration)\n        scaleAnimation.fillMode = CAMediaTimingFillMode.removed\n        scaleAnimation.isRemovedOnCompletion = true\n        textLabel.layer.add(scaleAnimation, forKey: nil)\n\n        let opacityAnimation = createAnimation(Constants.AnimationKeys.opacity, values: [1.0 as AnyObject, 0.0 as AnyObject], duration: duration)\n        textLabel.layer.add(opacityAnimation, forKey: nil)\n    }\n\n    func createAnimation(_ keyPath: String, values: [AnyObject], duration: CGFloat) -> CAKeyframeAnimation {\n\n        let animation = CAKeyframeAnimation(keyPath: keyPath)\n        animation.values = values\n        animation.duration = TimeInterval(duration)\n        animation.calculationMode = CAAnimationCalculationMode.cubic\n        animation.fillMode = CAMediaTimingFillMode.forwards\n        animation.isRemovedOnCompletion = false\n        return animation\n    }\n\n    // MARK: deselect animation\n\n    func playDeselectLabelAnimation(_ textLabel: UILabel) {\n\n        let yPositionAnimation = createAnimation(Constants.AnimationKeys.positionY, values: [(textLabel.center.y + 15) as AnyObject, textLabel.center.y as AnyObject], duration: duration)\n        textLabel.layer.add(yPositionAnimation, forKey: nil)\n\n        let opacityAnimation = createAnimation(Constants.AnimationKeys.opacity, values: [0 as AnyObject, 1 as AnyObject], duration: duration)\n        textLabel.layer.add(opacityAnimation, forKey: nil)\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarController/Animations/RotationAnimation/RAMRotationAnimation.swift",
    "content": "//  RAMRotationAnimation.swift\n//\n// Copyright (c) 11/10/14 Ramotion Inc. (http://ramotion.com)\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n\nimport QuartzCore\nimport UIKit\n\n/// The RAMRotationAnimation class provides rotation animation.\nopen class RAMRotationAnimation: RAMItemAnimation {\n\n    /**\n     Animation direction\n\n     - Left:  left direction\n     - Right: right direction\n     */\n    public enum RAMRotationDirection {\n        case left\n        case right\n    }\n\n    /// Animation direction (left, right)\n    open var direction: RAMRotationDirection!\n\n    /**\n     Start animation, method call when UITabBarItem is selected\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open override func playAnimation(_ icon: UIImageView, textLabel: UILabel) {\n        playRoatationAnimation(icon)\n        textLabel.textColor = textSelectedColor\n    }\n\n    /**\n     Start animation, method call when UITabBarItem is unselected\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     - parameter defaultTextColor: default UITabBarItem text color\n     - parameter defaultIconColor: default UITabBarItem icon color\n     */\n    open override func deselectAnimation(_ icon: UIImageView, textLabel: UILabel, defaultTextColor: UIColor, defaultIconColor: UIColor) {\n        textLabel.textColor = defaultTextColor\n\n        if let iconImage = icon.image {\n            let renderMode = defaultIconColor.cgColor.alpha == 0 ? UIImage.RenderingMode.alwaysOriginal :\n                UIImage.RenderingMode.alwaysTemplate\n            let renderImage = iconImage.withRenderingMode(renderMode)\n            icon.image = renderImage\n            icon.tintColor = defaultIconColor\n        }\n    }\n\n    /**\n     Method call when TabBarController did load\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open override func selectedState(_ icon: UIImageView, textLabel: UILabel) {\n        textLabel.textColor = textSelectedColor\n\n        if let iconImage = icon.image {\n            let renderImage = iconImage.withRenderingMode(.alwaysTemplate)\n            icon.image = renderImage\n            icon.tintColor = iconSelectedColor\n        }\n    }\n\n    func playRoatationAnimation(_ icon: UIImageView) {\n\n        let rotateAnimation = CABasicAnimation(keyPath: Constants.AnimationKeys.rotation)\n        rotateAnimation.fromValue = 0.0\n\n        var toValue = CGFloat.pi * 2\n        if direction != nil && direction == RAMRotationDirection.left {\n            toValue = toValue * -1.0\n        }\n\n        rotateAnimation.toValue = toValue\n        rotateAnimation.duration = TimeInterval(duration)\n\n        icon.layer.add(rotateAnimation, forKey: nil)\n\n        if let iconImage = icon.image {\n            let renderImage = iconImage.withRenderingMode(.alwaysTemplate)\n            icon.image = renderImage\n            icon.tintColor = iconSelectedColor\n        }\n    }\n}\n\n/// The RAMLeftRotationAnimation class provides letf rotation animation.\nopen class RAMLeftRotationAnimation: RAMRotationAnimation {\n\n    public override init() {\n        super.init()\n        direction = RAMRotationDirection.left\n    }\n}\n\n/// The RAMRightRotationAnimation class provides rigth rotation animation.\nopen class RAMRightRotationAnimation: RAMRotationAnimation {\n\n    public override init() {\n        super.init()\n        direction = RAMRotationDirection.right\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarController/Animations/TransitionAniamtions/RAMTransitionItemAnimations.swift",
    "content": "//  RAMTransitionItemAnimations.swift\n//\n// Copyright (c) 11/10/14 Ramotion Inc. (http://ramotion.com)\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n\nimport UIKit\n\n/// Transition animtion\nopen class RAMTransitionItemAnimations: RAMItemAnimation {\n\n    ///  Options for animating. Default TransitionNone\n    open var transitionOptions: UIView.AnimationOptions!\n\n    override init() {\n        super.init()\n\n        transitionOptions = UIView.AnimationOptions()\n    }\n\n    /**\n     Start animation, method call when UITabBarItem is selected\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open override func playAnimation(_ icon: UIImageView, textLabel: UILabel) {\n\n        selectedColor(icon, textLabel: textLabel)\n\n        UIView.transition(with: icon, duration: TimeInterval(duration), options: transitionOptions, animations: {\n        }, completion: { _ in\n        })\n    }\n\n    /**\n     Start animation, method call when UITabBarItem is unselected\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     - parameter defaultTextColor: default UITabBarItem text color\n     - parameter defaultIconColor: default UITabBarItem icon color\n     */\n    open override func deselectAnimation(_ icon: UIImageView, textLabel: UILabel, defaultTextColor: UIColor, defaultIconColor: UIColor) {\n\n        if let iconImage = icon.image {\n            let renderMode = defaultIconColor.cgColor.alpha == 0 ? UIImage.RenderingMode.alwaysOriginal :\n                UIImage.RenderingMode.alwaysTemplate\n            let renderImage = iconImage.withRenderingMode(renderMode)\n            icon.image = renderImage\n            icon.tintColor = defaultIconColor\n        }\n        textLabel.textColor = defaultTextColor\n    }\n\n    /**\n     Method call when TabBarController did load\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open override func selectedState(_ icon: UIImageView, textLabel: UILabel) {\n\n        selectedColor(icon, textLabel: textLabel)\n    }\n\n    func selectedColor(_ icon: UIImageView, textLabel: UILabel) {\n\n        if let iconImage = icon.image, iconSelectedColor != nil {\n            let renderImage = iconImage.withRenderingMode(.alwaysTemplate)\n            icon.image = renderImage\n            icon.tintColor = iconSelectedColor\n        }\n\n        textLabel.textColor = textSelectedColor\n    }\n}\n\nopen class RAMFlipLeftTransitionItemAnimations: RAMTransitionItemAnimations {\n\n    public override init() {\n        super.init()\n\n        transitionOptions = UIView.AnimationOptions.transitionFlipFromLeft\n    }\n}\n\nopen class RAMFlipRightTransitionItemAnimations: RAMTransitionItemAnimations {\n\n    public override init() {\n        super.init()\n\n        transitionOptions = UIView.AnimationOptions.transitionFlipFromRight\n    }\n}\n\nopen class RAMFlipTopTransitionItemAnimations: RAMTransitionItemAnimations {\n\n    public override init() {\n        super.init()\n\n        transitionOptions = UIView.AnimationOptions.transitionFlipFromTop\n    }\n}\n\nopen class RAMFlipBottomTransitionItemAnimations: RAMTransitionItemAnimations {\n\n    public override init() {\n        super.init()\n\n        transitionOptions = UIView.AnimationOptions.transitionFlipFromBottom\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarController/BottomLine/RAMAnimatedTabBarController+BottomLine.swift",
    "content": "// Copyright (c) 03/05/2018. Ramotion Inc. (http://ramotion.com)\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n\nimport Foundation\nimport UIKit\n\nextension RAMAnimatedTabBarController {\n    \n    func createBottomLine() {\n        guard let currentItem = containers.first else { return }\n        \n        let container = UIView()\n        container.backgroundColor = .clear\n        container.translatesAutoresizingMaskIntoConstraints = false\n        \n        view.addSubview(container)\n        \n        container.leadingAnchor.constraint(equalTo: view.leadingAnchor).isActive = true\n        container.trailingAnchor.constraint(equalTo: view.trailingAnchor).isActive = true\n        container.bottomAnchor.constraint(equalTo: view.bottomAnchor).isActive = true\n        container.heightAnchor.constraint(equalToConstant: bottomLineHeight).isActive = true\n        \n        \n        let line = UIView()\n        line.backgroundColor = bottomLineColor\n        line.translatesAutoresizingMaskIntoConstraints = false\n        container.addSubview(line)\n        bottomLine = line\n        \n        lineLeadingConstraint = bottomLine?.leadingAnchor.constraint(equalTo: currentItem.leadingAnchor)\n        lineLeadingConstraint?.isActive = true\n        \n        lineHeightConstraint = bottomLine?.heightAnchor.constraint(equalToConstant: bottomLineHeight)\n        lineHeightConstraint?.isActive = true\n        \n        // add constraints\n        bottomLine?.bottomAnchor.constraint(equalTo: view.bottomAnchor).isActive = true\n        bottomLine?.widthAnchor.constraint(equalTo: currentItem.widthAnchor).isActive = true\n    }\n    \n    func removeBottomLine() {\n        guard let bottomLine = self.bottomLine else { return }\n\n        bottomLine.superview?.removeFromSuperview()\n        self.bottomLine = nil\n        lineLeadingConstraint?.isActive = false\n        lineLeadingConstraint = nil\n    }\n    \n    func setBottomLinePosition(index: Int, animated: Bool = true) {\n        guard let itemsCount = tabBar.items?.count, itemsCount > index,\n        let currentItem = containers.at(index) else { return }\n        \n        lineLeadingConstraint?.isActive = false\n        \n        lineLeadingConstraint = bottomLine?.leadingAnchor.constraint(equalTo: currentItem.leadingAnchor)\n        lineLeadingConstraint?.isActive = true\n        \n        if animated {\n            UIView.animate(withDuration: bottomLineMoveDuration) { self.bottomLine?.superview?.layoutIfNeeded() }\n        } else {\n            self.bottomLine?.superview?.layoutIfNeeded()\n        }\n    }\n    \n    func updateBottomLineHeight(to height: CGFloat) {\n        lineHeightConstraint?.isActive = false\n        \n        lineHeightConstraint = bottomLine?.heightAnchor.constraint(equalToConstant: height)\n        lineHeightConstraint?.isActive = true\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarController/RAMAnimatedTabBarController.swift",
    "content": "//  RAMAnimatedTabBarController.swift\n//\n// Copyright (c) 11/10/14 Ramotion Inc. (http://ramotion.com)\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n\nimport UIKit\n\n/// UITabBarController with item animations\nopen class RAMAnimatedTabBarController: UITabBarController {\n    \n    /**\n     The animated items displayed by the tab bar.\n     **/\n    open var animatedItems: [RAMAnimatedTabBarItem] {\n        return tabBar.items as? [RAMAnimatedTabBarItem] ?? []\n    }\n    \n    \n    /**\n     Show bottom line for indicating selected item, default value is false\n     **/\n    open var isBottomLineShow: Bool = false {\n        didSet {\n            if isBottomLineShow {\n                if bottomLine == nil { createBottomLine() }\n            } else {\n                if bottomLine != nil { removeBottomLine() }\n            }\n        }\n    }\n    \n    /**\n      Bottom line color\n     **/\n    open var bottomLineColor: UIColor = .black {\n        didSet {\n            bottomLine?.backgroundColor = bottomLineColor\n        }\n    }\n    \n    /**\n     Bottom line height\n     **/\n    open var bottomLineHeight: CGFloat = 2 {\n        didSet {\n            if bottomLineHeight > 0 {\n                updateBottomLineHeight(to: bottomLineHeight)\n            }\n        }\n    }\n    \n    /**\n     Bottom line time of animations duration\n     **/\n    open var bottomLineMoveDuration: TimeInterval = 0.3\n\n    private(set) var containers: [UIView] = []\n    \n    open override var viewControllers: [UIViewController]? {\n        didSet {\n            initializeContainers()\n        }\n    }\n    \n    open override func setViewControllers(_ viewControllers: [UIViewController]?, animated: Bool) {\n        super.setViewControllers(viewControllers, animated: animated)\n        initializeContainers()\n    }\n    \n    open override var selectedIndex: Int {\n        didSet {\n           self.setBottomLinePosition(index: selectedIndex)\n        }\n    }\n\n    open override var selectedViewController: UIViewController? {\n        willSet {\n            guard let vc = newValue,\n                let index = viewControllers?.firstIndex(of: vc) else { return }\n            handleSelection(index: index)\n        }\n    }\n    \n    var lineHeightConstraint: NSLayoutConstraint?\n    var lineLeadingConstraint: NSLayoutConstraint?\n    var bottomLine: UIView?\n    var arrBottomAnchor:[NSLayoutConstraint] = []\n    var arrViews: [UIView] = []\n    \n    /**\n     Hide UITabBar\n\n     - parameter isHidden: A Boolean indicating whether the UITabBarController is displayed\n     */\n    @available(*, deprecated, message: \"Now you can use UITabBar isHidden\")\n    open func animationTabBarHidden(_ isHidden: Bool) {\n        tabBar.isHidden = isHidden\n    }\n    \n    // MARK: life circle\n\n    open override func viewDidLoad() {\n        super.viewDidLoad()\n        initializeContainers()\n    }\n\n    override open func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {\n        coordinator.animate(alongsideTransition: { (transitionCoordinatorContext) -> Void in\n            self.layoutContainers()\n        }, completion: { (transitionCoordinatorContext) -> Void in\n            //refresh view once rotation is completed not in will transition as it returns incorrect frame size.Refresh here\n        })\n        super.viewWillTransition(to: size, with: coordinator)\n    }\n    \n    // MARK: create methods\n    private func initializeContainers() {\n        containers.forEach { $0.removeFromSuperview() }\n        containers.removeAll()\n        \n        guard let items = tabBar.items else { return }\n        guard items.count <= 5 else { fatalError(\"More button not supported\") }\n        \n        for index in 0 ..< items.count {\n            let viewContainer = UIView()\n            viewContainer.isExclusiveTouch = true\n            viewContainer.tag = index\n            let tapGesture = UITapGestureRecognizer(target: self, action: #selector(itemTap))\n            viewContainer.addGestureRecognizer(tapGesture)\n            tabBar.addSubview(viewContainer)\n            containers.append(viewContainer)\n        }\n                \n        if !containers.isEmpty {\n            createCustomIcons(containers: containers)\n        }\n        \n        layoutContainers()\n    }\n    \n    private func layoutContainers() {\n        let itemWidth = tabBar.bounds.width / CGFloat(containers.count)\n        let isRTL = tabBar.userInterfaceLayoutDirection == .rightToLeft\n        \n        for (index, container) in containers.enumerated() {\n            let i = isRTL ? (containers.count - 1 - index) : index\n            let frame = CGRect(x: itemWidth * CGFloat(i), y: 0, width: itemWidth, height: Theme.tabBarHeight)\n            container.frame = frame\n            \n            if let item = tabBar.items?.at(index) as? RAMAnimatedTabBarItem {\n                let iconView = item.iconView?.icon\n                let iconSize = iconView?.image?.size ?? CGSize(width: 30, height: 30)\n                let iconX = (container.frame.width - iconSize.width) / 2 + item.titlePositionAdjustment.horizontal\n                let iconY = (container.frame.height - iconSize.height) / 2 + Theme.defaultIconVerticalOffset + item.titlePositionAdjustment.vertical\n                iconView?.frame = CGRect(x: iconX, y: iconY, width: iconSize.width, height: iconSize.height)\n                \n                let label = item.iconView?.textLabel\n                let labelSize = label?.sizeThatFits(CGSize.zero) ?? CGSize(width: tabBar.frame.size.width / CGFloat(containers.count), height: 20)\n                let labelX = (container.frame.width - labelSize.width) / 2 + item.titlePositionAdjustment.horizontal\n                let labelY = (container.frame.height) / 2 + Theme.defaultTitleVerticalOffset + item.titlePositionAdjustment.vertical\n                label?.frame = CGRect(x: labelX, y: labelY, width: labelSize.width, height: labelSize.height)\n            }\n        }\n    }\n    \n    private func createCustomIcons(containers: [UIView]) {\n        guard let items = tabBar.items as? [RAMAnimatedTabBarItem] else {\n            fatalError(\"items must inherit RAMAnimatedTabBarItem\")\n        }\n\n        for (index, item) in items.enumerated() {\n            let container = containers[index]\n            let renderMode = item.iconColor.cgColor.alpha == 0 ? UIImage.RenderingMode.alwaysOriginal :\n                UIImage.RenderingMode.alwaysTemplate\n\n            \n            let iconImage = item.image ?? item.iconView?.icon.image\n            let icon = UIImageView(image: iconImage?.withRenderingMode(renderMode))\n            icon.tintColor = item.iconColor\n            icon.highlightedImage = item.selectedImage?.withRenderingMode(renderMode)\n            container.addSubview(icon)\n\n            \n            let textLabel = UILabel()\n            if let title = item.title, !title.isEmpty {\n                textLabel.text = title\n            } else {\n                textLabel.text = item.iconView?.textLabel.text\n            }\n            textLabel.backgroundColor = UIColor.clear\n            textLabel.textColor = item.textColor\n            textLabel.font =  UIFont.systemFont(ofSize: item.textFontSize)\n            textLabel.textAlignment = NSTextAlignment.center\n            container.addSubview(textLabel)\n            \n            \n            container.backgroundColor = (items as [RAMAnimatedTabBarItem])[index].bgDefaultColor\n            if item.isEnabled == false {\n                icon.alpha = 0.5\n                textLabel.alpha = 0.5\n            }\n            item.iconView = (icon: icon, textLabel: textLabel)\n            \n            if 0 == index { // selected first elemet\n                item.selectedState()\n                container.backgroundColor = (items as [RAMAnimatedTabBarItem])[index].bgSelectedColor\n            } else {\n                item.deselectedState()\n                container.backgroundColor = (items as [RAMAnimatedTabBarItem])[index].bgDefaultColor\n            }\n\n            item.image = nil\n            item.title = \"\"\n        }\n    }\n    \n    // MARK: actions\n    @objc private func itemTap(gesture: UITapGestureRecognizer) {\n        guard let index = gesture.view?.tag else { return }\n        handleSelection(index: index)\n    }\n    \n    private func handleSelection(index: Int) {\n        guard let items = tabBar.items as? [RAMAnimatedTabBarItem] else { return }\n        let currentIndex = index\n\n        if items[currentIndex].isEnabled == false { return }\n\n        let controller = children[currentIndex]\n\n        if let shouldSelect = delegate?.tabBarController?(self, shouldSelect: controller)\n            , !shouldSelect {\n            return\n        }\n\n        if selectedIndex != currentIndex {\n            let previousItem = items.at(selectedIndex)\n            let previousContainer: UIView? = previousItem?.iconView?.icon.superview\n            previousContainer?.backgroundColor = items[selectedIndex].bgDefaultColor\n            previousItem?.deselectAnimation()\n\n            let currentItem: RAMAnimatedTabBarItem = items[currentIndex]\n            currentItem.playAnimation()\n            let currentContainer: UIView? = currentItem.iconView?.icon.superview\n            currentContainer?.backgroundColor = items[currentIndex].bgSelectedColor\n\n            selectedIndex = index\n        } else {\n            if let navVC = viewControllers?[selectedIndex] as? UINavigationController {\n                navVC.popToRootViewController(animated: true)\n            }\n        }\n        delegate?.tabBarController?(self, didSelect: controller)\n    }\n}\n\n\nextension RAMAnimatedTabBarController {\n\n    /**\n     Change selected color for each UITabBarItem\n\n     - parameter textSelectedColor: set new color for text\n     - parameter iconSelectedColor: set new color for icon\n     */\n    open func changeSelectedColor(_ textSelectedColor: UIColor, iconSelectedColor: UIColor) {\n\n        let items = tabBar.items as! [RAMAnimatedTabBarItem]\n        for index in 0 ..< items.count {\n            let item = items[index]\n\n            item.animation.textSelectedColor = textSelectedColor\n            item.animation.iconSelectedColor = iconSelectedColor\n\n            if item == tabBar.selectedItem {\n                item.selectedState()\n            }\n        }\n    }\n\n    /**\n     Selected UITabBarItem with animaton\n\n     - parameter from: Index for unselected animation\n     - parameter to:   Index for selected animation\n     */\n    open func setSelectIndex(from: Int, to: Int) {\n        selectedIndex = to\n        guard let items = tabBar.items as? [RAMAnimatedTabBarItem] else {\n            fatalError(\"items must inherit RAMAnimatedTabBarItem\")\n        }\n\n        let containerFrom = items[from].iconView?.icon.superview\n        containerFrom?.backgroundColor = items[from].bgDefaultColor\n        items[from].deselectAnimation()\n\n        let containerTo = items[to].iconView?.icon.superview\n        containerTo?.backgroundColor = items[to].bgSelectedColor\n        items[to].playAnimation()\n    }\n}\n\n\nextension RAMAnimatedTabBarController {\n    enum Theme {\n        public static let tabBarHeight: CGFloat = 49\n        public static let defaultTitleVerticalOffset: CGFloat = 10\n        public static let defaultIconVerticalOffset: CGFloat = -5\n    }\n}\n\n\nextension UIView {\n    var userInterfaceLayoutDirection: UIUserInterfaceLayoutDirection {\n        return UIView.userInterfaceLayoutDirection(for: self.semanticContentAttribute)\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarController/RAMAnimatedTabBarItem.swift",
    "content": "//  RAMAnimatedTabBarItem.swift\n//\n// Copyright (c) 11/10/14 Ramotion Inc. (http://ramotion.com)\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n\nimport Foundation\nimport UIKit\n\n/// UITabBarItem with animation\nopen class RAMAnimatedTabBarItem: UITabBarItem {\n\n    open override var isEnabled: Bool {\n        didSet {\n            iconView?.icon.alpha = isEnabled == true ? 1 : 0.5\n            iconView?.textLabel.alpha = isEnabled == true ? 1 : 0.5\n        }\n    }\n    \n    /// Animation for UITabBarItem. Use RAMFumeAnimation, RAMBounceAnimation, RAMRotationAnimation, RAMFrameItemAnimation, RAMTransitionAnimation\n    /// Also posible create custom anmation inherit from the RAMItemAnimation look for https://github.com/Ramotion/animated-tab-bar#creating-custom-animations\n    @IBOutlet open var animation: RAMItemAnimation!\n\n    /// The font used to render the UITabBarItem text.\n    @IBInspectable open var textFontSize: CGFloat = 10\n\n    /// The color of the UITabBarItem text.\n    @IBInspectable open var textColor: UIColor = #colorLiteral(red: 0.5079551811, green: 0.5472556715, blue: 0.6011400746, alpha: 1)\n\n    /// The tint color of the UITabBarItem icon.\n    @IBInspectable open var iconColor: UIColor = UIColor.clear // if alpha color is 0 color ignoring\n\n    open var bgDefaultColor: UIColor = UIColor.clear // background color\n    open var bgSelectedColor: UIColor = UIColor.clear\n\n    //  The current badge value\n    open var badge: RAMBadge? // use badgeValue to show badge\n\n    // Container for icon and text in UITableItem.\n    open var iconView: (icon: UIImageView, textLabel: UILabel)?\n\n    /**\n     Start selected animation\n     */\n    open func playAnimation() {\n\n        assert(animation != nil, \"add animation in UITabBarItem\")\n        guard animation != nil, let iconView = iconView else {\n            return\n        }\n        animation.playAnimation(iconView.icon, textLabel: iconView.textLabel)\n    }\n\n    /**\n     Start unselected animation\n     */\n    open func deselectAnimation() {\n\n        guard animation != nil && iconView != nil else {\n            return\n        }\n\n        animation.deselectAnimation(\n            iconView!.icon,\n            textLabel: iconView!.textLabel,\n            defaultTextColor: textColor,\n            defaultIconColor: iconColor)\n    }\n\n    /**\n     Set selected state without animation\n     */\n    open func selectedState() {\n        guard animation != nil, let iconView = iconView else {\n            return\n        }\n\n        animation.selectedState(iconView.icon, textLabel: iconView.textLabel)\n    }\n    \n    /**\n     Set deselected state without animation\n     */\n    open func deselectedState() {\n        guard animation != nil && iconView != nil else {\n            return\n        }\n        \n        animation.deselectedState(iconView!.icon, textLabel: iconView!.textLabel)\n    }\n}\n\n\n// MARK: Custom Badge\nextension RAMAnimatedTabBarItem {\n\n    /// The current badge value\n    open override var badgeValue: String? {\n        get {\n            return badge?.text\n        }\n        set(newValue) {\n\n            if newValue == nil {\n                badge?.removeFromSuperview()\n                badge = nil\n                return\n            }\n\n            if let iconView = iconView, let contanerView = iconView.icon.superview, badge == nil {\n                badge = RAMBadge.badge()\n                badge?.addBadgeOnView(contanerView)\n            }\n\n            badge?.text = newValue\n        }\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarController/RAMBadge/RAMBadge.swift",
    "content": "//  RAMBadge.swift\n//\n// Copyright (c) 17/12/15 Ramotion Inc. (http://ramotion.com)\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE\n\nimport UIKit\n\nopen class RAMBadge: UILabel {\n\n    internal var topConstraint: NSLayoutConstraint?\n    internal var centerXConstraint: NSLayoutConstraint?\n\n    open class func badge() -> RAMBadge {\n        return RAMBadge(frame: CGRect(x: 0, y: 0, width: 18, height: 18))\n    }\n\n    public override init(frame: CGRect) {\n        super.init(frame: frame)\n\n        layer.backgroundColor = UIColor.red.cgColor\n        layer.cornerRadius = frame.size.width / 2\n\n        configureNumberLabel()\n\n        translatesAutoresizingMaskIntoConstraints = false\n\n        // constraints\n        createSizeConstraints(frame.size)\n    }\n\n    open override var intrinsicContentSize: CGSize {\n        var contentSize = super.intrinsicContentSize\n        contentSize.width += 10.0\n        return contentSize\n    }\n\n    public required init?(coder _: NSCoder) {\n        fatalError(\"init(coder:) has not been implemented\")\n    }\n\n    // PRAGMA: create\n\n    internal func createSizeConstraints(_ size: CGSize) {\n        let widthConstraint = NSLayoutConstraint(\n            item: self,\n            attribute: .width,\n            relatedBy: .greaterThanOrEqual,\n            toItem: nil,\n            attribute: .notAnAttribute,\n            multiplier: 1,\n            constant: size.width)\n        addConstraint(widthConstraint)\n\n        let heightConstraint = NSLayoutConstraint(\n            item: self,\n            attribute: .height,\n            relatedBy: .equal,\n            toItem: nil,\n            attribute: NSLayoutConstraint.Attribute.notAnAttribute,\n            multiplier: 1,\n            constant: size.height)\n        addConstraint(heightConstraint)\n    }\n\n    fileprivate func configureNumberLabel() {\n        textAlignment = .center\n        font = .systemFont(ofSize: 13)\n        textColor = .white\n    }\n\n    // PRAGMA: public\n\n    open func addBadgeOnView(_ onView: UIView) {\n\n        onView.addSubview(self)\n\n        // create constraints\n        let top = NSLayoutConstraint(item: self,\n                                           attribute: .top,\n                                           relatedBy: .equal,\n                                           toItem: onView,\n                                           attribute: .top,\n                                           multiplier: 1,\n                                           constant: 3)\n        onView.addConstraint(top)\n        topConstraint = top\n\n        let centerX = NSLayoutConstraint(item: self,\n                                               attribute: .centerX,\n                                               relatedBy: .equal,\n                                               toItem: onView,\n                                               attribute: .centerX,\n                                               multiplier: 1,\n                                               constant: 10)\n        onView.addConstraint(centerX)\n        centerXConstraint = centerX\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarController/RAMItemAnimationProtocol.swift",
    "content": "//  RAMItemAnimationProtocol.swift\n//\n// Copyright (c) 11/10/14 Ramotion Inc. (http://ramotion.com)\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n\nimport Foundation\nimport UIKit\n\npublic protocol RAMItemAnimationProtocol {\n\n    func playAnimation(_ icon: UIImageView, textLabel: UILabel)\n    func deselectAnimation(_ icon: UIImageView, textLabel: UILabel, defaultTextColor: UIColor, defaultIconColor: UIColor)\n    func selectedState(_ icon: UIImageView, textLabel: UILabel)\n}\n\n/// Base class for UITabBarItems animation\nopen class RAMItemAnimation: NSObject, RAMItemAnimationProtocol {\n\n    // MARK: constants\n\n    struct Constants {\n\n        struct AnimationKeys {\n\n            static let scale = \"transform.scale\"\n            static let rotation = \"transform.rotation\"\n            static let keyFrame = \"contents\"\n            static let positionY = \"position.y\"\n            static let opacity = \"opacity\"\n        }\n    }\n\n    // MARK: properties\n\n    /// The duration of the animation\n    @IBInspectable open var duration: CGFloat = 0.5\n\n    ///  The text color in selected state.\n    @IBInspectable open var textSelectedColor: UIColor = UIColor(red: 0, green: 0.478431, blue: 1, alpha: 1)\n\n    ///  The icon color in selected state.\n    @IBInspectable open var iconSelectedColor: UIColor!\n\n    /**\n     Start animation, method call when UITabBarItem is selected\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open func playAnimation(_: UIImageView, textLabel _: UILabel) {\n        fatalError(\"override method in subclass\")\n    }\n\n    /**\n     Start animation, method call when UITabBarItem is unselected\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     - parameter defaultTextColor: default UITabBarItem text color\n     - parameter defaultIconColor: default UITabBarItem icon color\n     */\n    open func deselectAnimation(_: UIImageView, textLabel _: UILabel, defaultTextColor _: UIColor, defaultIconColor _: UIColor) {\n        fatalError(\"override method in subclass\")\n    }\n\n    /**\n     Method call when TabBarController did load\n\n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open func selectedState(_: UIImageView, textLabel _: UILabel) {\n        fatalError(\"override method in subclass\")\n    }\n    \n    /**\n     (Optional) Method call when TabBarController did load\n     \n     - parameter icon:      animating UITabBarItem icon\n     - parameter textLabel: animating UITabBarItem textLabel\n     */\n    open func deselectedState(_: UIImageView, textLabel _: UILabel) {}\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarController/Utilities/Collection+Extensions.swift",
    "content": "//  Collection+Extensions.swift\n//\n// Copyright (c) 11/10/14 Ramotion Inc. (http://ramotion.com)\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to deal\n// in the Software without restriction, including without limitation the rights\n// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n// copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n// THE SOFTWARE.\n\nimport Foundation\n\nextension Collection where Self.Index == Self.Indices.Iterator.Element {\n    /**\n     Returns an optional element. If the `index` does not exist in the collection, the subscript returns nil.\n\n     - parameter safe: The index of the element to return, if it exists.\n\n     - returns: An optional element from the collection at the specified index.\n     */\n    public subscript(safe i: Index) -> Self.Iterator.Element? {\n        return at(i)\n    }\n\n    /**\n     Returns an optional element. If the `index` does not exist in the collection, the function returns nil.\n\n     - parameter index: The index of the element to return, if it exists.\n\n     - returns: An optional element from the collection at the specified index.\n     */\n    public func at(_ i: Index) -> Self.Iterator.Element? {\n        return indices.contains(i) ? self[i] : nil\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarController.podspec",
    "content": "Pod::Spec.new do |s|\n  s.name = 'RAMAnimatedTabBarController'\n  s.version = '5.2.0'\n  s.license = 'MIT'\n  s.summary = 'RAMAnimatedTabBarController is a Swift module for adding animation to tabbar items.'\n  s.homepage = 'https://github.com/Ramotion/animated-tab-bar'\n  s.authors = { 'Juri Vasylenko' => 'juri.v@ramotion.com' }\n  s.source = { :git => 'https://github.com/Ramotion/animated-tab-bar.git', :tag => s.version.to_s }\n  s.ios.deployment_target = '9.0'\n  s.source_files = \"RAMAnimatedTabBarController/*.swift\", \"RAMAnimatedTabBarController/**/*.swift\"\nend\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/AnimatedTabBarTests/AnimatedTabBarTests.swift",
    "content": "//\n//  AnimatedTabBarTests.swift\n//  AnimatedTabBarTests\n//\n//  Created by Alex K on 17/08/2018.\n//  Copyright © 2018 Ramotion. All rights reserved.\n//\n\nimport XCTest\n@testable import Animated_Tab_Bar\n\nclass AnimatedTabBarTests: XCTestCase {\n    \n    var tabBarController: RAMAnimatedTabBarController!\n    \n    override func setUp() {\n        super.setUp()\n        let storyboard = UIStoryboard(name: \"Main\", bundle: nil)\n        tabBarController = storyboard.instantiateViewController(withIdentifier: \"RAMAnimatedTabBarController\") as? RAMAnimatedTabBarController\n        _ = tabBarController.view\n        \n    }\n    override func tearDown() {\n        super.tearDown()\n    }\n    \n    func testCreateController() {\n        XCTAssertNotNil(tabBarController)\n    }\n    \n    func testIsBottomLineShowen() {\n        \n        XCTAssertEqual(tabBarController.bottomLine, nil)\n\n        tabBarController.isBottomLineShow = true\n        XCTAssertNotNil(tabBarController.bottomLine)\n        \n        tabBarController.isBottomLineShow = false\n        XCTAssertEqual(tabBarController.bottomLine, nil)\n    }\n    \n    func testChangeSelectedColor() {\n        let selectedColor = UIColor.red\n        let iconSelectedColor = UIColor.green\n        tabBarController.changeSelectedColor(selectedColor, iconSelectedColor: iconSelectedColor)\n        \n        tabBarController.animatedItems.forEach {\n            XCTAssertEqual($0.animation.textSelectedColor, selectedColor)\n            XCTAssertEqual($0.animation.iconSelectedColor, iconSelectedColor)\n        }\n    }\n    \n    func testAnimationBarHidden() {\n    \n        XCTAssertEqual(tabBarController.tabBar.isHidden, false)\n        tabBarController.animatedItems.forEach {\n            XCTAssertEqual($0.iconView?.icon.superview?.isHidden, false)\n        }\n        \n        tabBarController.animationTabBarHidden(true)\n        \n        XCTAssertEqual(tabBarController.tabBar.isHidden, true)\n        tabBarController.animatedItems.forEach {\n            XCTAssertEqual($0.iconView?.icon.superview?.isHidden, true)\n        }\n    }\n    \n    func testSelectIndex() {\n        let toIndex = 2\n        tabBarController.setSelectIndex(from: 0, to: toIndex)\n        XCTAssertEqual(tabBarController.selectedIndex, toIndex)\n    }\n    \n    func testAnimatedItems() {\n        XCTAssertEqual(tabBarController.viewControllers?.count, tabBarController.animatedItems.count)\n    }\n    \n    func testIsBottomLineShow() {\n        XCTAssertEqual(tabBarController.isBottomLineShow, false)\n        XCTAssertNil(tabBarController.bottomLine)\n        tabBarController.isBottomLineShow = true\n        \n        XCTAssertEqual(tabBarController.isBottomLineShow, true)\n        XCTAssertNotNil(tabBarController.bottomLine)\n    }\n    \n    func testBottomLineColor() {\n        let color = UIColor.red\n        tabBarController.isBottomLineShow = true\n        XCTAssertNotEqual(tabBarController.bottomLine, color)\n        tabBarController.bottomLineColor = color\n        XCTAssertEqual(tabBarController.bottomLineColor, color)\n    }\n    \n    func testContainersCount() {\n        XCTAssertEqual(tabBarController.viewControllers?.count, tabBarController.containers.count)\n    }\n    \n    func testBadge() {\n        let value = \"1\"\n        tabBarController.animatedItems.first?.badgeValue = value\n        XCTAssertEqual(tabBarController.animatedItems.first?.badgeValue, tabBarController.animatedItems.first?.badge?.text)\n    }\n    \n    func testIsEnabled() {\n        guard let item = tabBarController.animatedItems.first else { return }\n        item.isEnabled = true\n        XCTAssertEqual(item.iconView?.icon.alpha, 1)\n        XCTAssertEqual(item.iconView?.textLabel.alpha, 1)\n        \n        item.isEnabled = false\n        XCTAssertEqual(item.iconView?.icon.alpha, 0.5)\n        XCTAssertEqual(item.iconView?.textLabel.alpha, 0.5)\n    }\n    \n}\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/AnimatedTabBarTests/Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>$(DEVELOPMENT_LANGUAGE)</string>\n\t<key>CFBundleExecutable</key>\n\t<string>$(EXECUTABLE_NAME)</string>\n\t<key>CFBundleIdentifier</key>\n\t<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>$(PRODUCT_NAME)</string>\n\t<key>CFBundlePackageType</key>\n\t<string>BNDL</string>\n\t<key>CFBundleShortVersionString</key>\n\t<string>1.0</string>\n\t<key>CFBundleVersion</key>\n\t<string>1</string>\n</dict>\n</plist>\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/AnimatedTabBarTests/RAMBadgeTests.swift",
    "content": "import XCTest\n@testable import Animated_Tab_Bar\n\nclass RAMBadgeTests: XCTestCase {\n    \n    var badge: RAMBadge!\n\n    override func setUp() {\n        badge = RAMBadge.badge()\n    }\n\n    func testCreateBadge() {\n        XCTAssertNotNil(badge)\n    }\n    \n    func testAddBadgeOnView() {\n        let view = UIView()\n        XCTAssertNil(badge.superview)\n        badge.addBadgeOnView(view)\n        XCTAssertNotNil(badge.superview)\n        XCTAssertNotNil(badge.topConstraint)\n        XCTAssertNotNil(badge.centerXConstraint)\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/AppDelegate.swift",
    "content": "//\n//  AppDelegate.swift\n//  RAMAnimatedTabBarDemo\n//\n//  Created by Alex Kalinkin on 11/18/14.\n//  Copyright (c) 2014 Ramotion. All rights reserved.\n//\n\nimport UIKit\n\n@UIApplicationMain\nclass AppDelegate: UIResponder, UIApplicationDelegate {\n\n    var window: UIWindow?\n\n    public func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {        \n        return true\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Base.lproj/LaunchScreen.xib",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.XIB\" version=\"3.0\" toolsVersion=\"13771\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" launchScreen=\"YES\" useTraitCollections=\"YES\" colorMatched=\"YES\">\n    <device id=\"retina4_7\" orientation=\"portrait\">\n        <adaptation id=\"fullscreen\"/>\n    </device>\n    <dependencies>\n        <deployment identifier=\"iOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"13772\"/>\n        <capability name=\"documents saved in the Xcode 8 format\" minToolsVersion=\"8.0\"/>\n    </dependencies>\n    <objects>\n        <placeholder placeholderIdentifier=\"IBFilesOwner\" id=\"-1\" userLabel=\"File's Owner\"/>\n        <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"-2\" customClass=\"UIResponder\"/>\n        <view contentMode=\"scaleToFill\" id=\"iN0-l3-epB\">\n            <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"480\" height=\"480\"/>\n            <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n            <subviews>\n                <label opaque=\"NO\" clipsSubviews=\"YES\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"  Copyright (c) 2014 Ramotion. All rights reserved.\" textAlignment=\"center\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" minimumFontSize=\"9\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"8ie-xW-0ye\">\n                    <rect key=\"frame\" x=\"20\" y=\"439\" width=\"441\" height=\"21\"/>\n                    <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"17\"/>\n                    <color key=\"textColor\" cocoaTouchSystemColor=\"darkTextColor\"/>\n                    <nil key=\"highlightedColor\"/>\n                </label>\n                <label opaque=\"NO\" clipsSubviews=\"YES\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Animated Tab Bar\" textAlignment=\"center\" lineBreakMode=\"middleTruncation\" baselineAdjustment=\"alignBaselines\" minimumFontSize=\"18\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"kId-c2-rCX\">\n                    <rect key=\"frame\" x=\"93.5\" y=\"218.5\" width=\"294\" height=\"43\"/>\n                    <fontDescription key=\"fontDescription\" type=\"boldSystem\" pointSize=\"36\"/>\n                    <color key=\"textColor\" cocoaTouchSystemColor=\"darkTextColor\"/>\n                    <nil key=\"highlightedColor\"/>\n                </label>\n            </subviews>\n            <color key=\"backgroundColor\" red=\"1\" green=\"1\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n            <constraints>\n                <constraint firstAttribute=\"centerX\" secondItem=\"kId-c2-rCX\" secondAttribute=\"centerX\" id=\"Koa-jz-hwk\"/>\n                <constraint firstAttribute=\"bottom\" secondItem=\"8ie-xW-0ye\" secondAttribute=\"bottom\" constant=\"20\" id=\"Kzo-t9-V3l\"/>\n                <constraint firstItem=\"8ie-xW-0ye\" firstAttribute=\"leading\" secondItem=\"iN0-l3-epB\" secondAttribute=\"leading\" constant=\"20\" symbolic=\"YES\" id=\"MfP-vx-nX0\"/>\n                <constraint firstItem=\"kId-c2-rCX\" firstAttribute=\"centerY\" secondItem=\"iN0-l3-epB\" secondAttribute=\"centerY\" id=\"SHs-oA-M0R\"/>\n                <constraint firstAttribute=\"centerX\" secondItem=\"8ie-xW-0ye\" secondAttribute=\"centerX\" id=\"ZEH-qu-HZ9\"/>\n            </constraints>\n            <nil key=\"simulatedStatusBarMetrics\"/>\n            <freeformSimulatedSizeMetrics key=\"simulatedDestinationMetrics\"/>\n            <point key=\"canvasLocation\" x=\"548\" y=\"455\"/>\n        </view>\n    </objects>\n</document>\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Base.lproj/Main.storyboard",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB\" version=\"3.0\" toolsVersion=\"15400\" targetRuntime=\"iOS.CocoaTouch\" propertyAccessControl=\"none\" useAutolayout=\"YES\" useTraitCollections=\"YES\" useSafeAreas=\"YES\" colorMatched=\"YES\" initialViewController=\"QjJ-1j-Kct\">\n    <device id=\"retina4_7\" orientation=\"portrait\" appearance=\"light\"/>\n    <dependencies>\n        <deployment identifier=\"iOS\"/>\n        <plugIn identifier=\"com.apple.InterfaceBuilder.IBCocoaTouchPlugin\" version=\"15404\"/>\n        <capability name=\"Safe area layout guides\" minToolsVersion=\"9.0\"/>\n        <capability name=\"documents saved in the Xcode 8 format\" minToolsVersion=\"8.0\"/>\n    </dependencies>\n    <scenes>\n        <!--Item-->\n        <scene sceneID=\"Y99-CA-jqU\">\n            <objects>\n                <viewController id=\"wJE-Q4-t8C\" sceneMemberID=\"viewController\">\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"PmG-Vl-9D1\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"667\"/>\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <subviews>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Fume Animation\" textAlignment=\"center\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"UxN-OP-GHb\">\n                                <rect key=\"frame\" x=\"93\" y=\"317.5\" width=\"189\" height=\"32.5\"/>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"27\"/>\n                                <color key=\"textColor\" red=\"0.33333333333333331\" green=\"0.33333333333333331\" blue=\"0.33333333333333331\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                        </subviews>\n                        <color key=\"backgroundColor\" red=\"1\" green=\"1\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        <constraints>\n                            <constraint firstItem=\"cbk-oV-z7H\" firstAttribute=\"centerX\" secondItem=\"UxN-OP-GHb\" secondAttribute=\"centerX\" id=\"1l9-FQ-w0o\"/>\n                            <constraint firstAttribute=\"centerY\" secondItem=\"UxN-OP-GHb\" secondAttribute=\"centerY\" id=\"5ae-83-gzq\"/>\n                        </constraints>\n                        <viewLayoutGuide key=\"safeArea\" id=\"cbk-oV-z7H\"/>\n                    </view>\n                    <tabBarItem key=\"tabBarItem\" title=\"Item\" image=\"drop\" id=\"tS2-0E-St8\" customClass=\"RAMAnimatedTabBarItem\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\">\n                        <connections>\n                            <outlet property=\"animation\" destination=\"Lky-Hp-l9U\" id=\"r67-ap-cxK\"/>\n                        </connections>\n                    </tabBarItem>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"zW4-Q6-RN5\" userLabel=\"First Responder\" sceneMemberID=\"firstResponder\"/>\n                <customObject id=\"Lky-Hp-l9U\" customClass=\"RAMFumeAnimation\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\">\n                    <userDefinedRuntimeAttributes>\n                        <userDefinedRuntimeAttribute type=\"number\" keyPath=\"duration\">\n                            <real key=\"value\" value=\"0.40000000000000002\"/>\n                        </userDefinedRuntimeAttribute>\n                    </userDefinedRuntimeAttributes>\n                </customObject>\n            </objects>\n            <point key=\"canvasLocation\" x=\"1349\" y=\"-239\"/>\n        </scene>\n        <!--Item1-->\n        <scene sceneID=\"tne-QT-ifu\">\n            <objects>\n                <viewController id=\"BYZ-38-t0r\" customClass=\"ViewController\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\" sceneMemberID=\"viewController\">\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"8bC-Xf-vdC\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"667\"/>\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <subviews>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Transition Animation\" textAlignment=\"center\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"AeA-ED-4jL\">\n                                <rect key=\"frame\" x=\"69.5\" y=\"317.5\" width=\"236\" height=\"32.5\"/>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"27\"/>\n                                <color key=\"textColor\" red=\"0.33333333333333331\" green=\"0.33333333333333331\" blue=\"0.33333333333333331\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                        </subviews>\n                        <color key=\"backgroundColor\" red=\"1\" green=\"1\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        <constraints>\n                            <constraint firstAttribute=\"centerY\" secondItem=\"AeA-ED-4jL\" secondAttribute=\"centerY\" id=\"Ifi-6x-Ruv\"/>\n                            <constraint firstItem=\"8ec-QI-6Cw\" firstAttribute=\"centerX\" secondItem=\"AeA-ED-4jL\" secondAttribute=\"centerX\" id=\"gXX-8c-cGG\"/>\n                        </constraints>\n                        <viewLayoutGuide key=\"safeArea\" id=\"8ec-QI-6Cw\"/>\n                    </view>\n                    <tabBarItem key=\"tabBarItem\" title=\"Item1\" image=\"icon_pin\" id=\"lUH-JS-dWf\" customClass=\"RAMAnimatedTabBarItem\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\">\n                        <connections>\n                            <outlet property=\"animation\" destination=\"CzN-js-aQV\" id=\"gvH-Rf-Hp8\"/>\n                        </connections>\n                    </tabBarItem>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"dkx-z0-nzr\" sceneMemberID=\"firstResponder\"/>\n                <customObject id=\"CzN-js-aQV\" customClass=\"RAMFlipLeftTransitionItemAnimations\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\">\n                    <userDefinedRuntimeAttributes>\n                        <userDefinedRuntimeAttribute type=\"color\" keyPath=\"iconSelectedColor\">\n                            <color key=\"value\" red=\"0.0\" green=\"0.47843137250000001\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        </userDefinedRuntimeAttribute>\n                        <userDefinedRuntimeAttribute type=\"color\" keyPath=\"textSelectedColor\">\n                            <color key=\"value\" red=\"0.0\" green=\"0.47843137250000001\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        </userDefinedRuntimeAttribute>\n                    </userDefinedRuntimeAttributes>\n                </customObject>\n            </objects>\n            <point key=\"canvasLocation\" x=\"1349\" y=\"479\"/>\n        </scene>\n        <!--Item2-->\n        <scene sceneID=\"quI-1J-que\">\n            <objects>\n                <viewController id=\"DFF-lT-Wr8\" sceneMemberID=\"viewController\">\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"DX2-Ge-a2o\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"667\"/>\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <subviews>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Rotation Animation\" textAlignment=\"center\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"juj-np-Jde\">\n                                <rect key=\"frame\" x=\"77.5\" y=\"317.5\" width=\"220.5\" height=\"32.5\"/>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"27\"/>\n                                <color key=\"textColor\" red=\"0.33333333333333331\" green=\"0.33333333333333331\" blue=\"0.33333333333333331\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                        </subviews>\n                        <color key=\"backgroundColor\" red=\"1\" green=\"1\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        <constraints>\n                            <constraint firstAttribute=\"centerY\" secondItem=\"juj-np-Jde\" secondAttribute=\"centerY\" id=\"5B9-09-yru\"/>\n                            <constraint firstItem=\"VaI-Rh-DC9\" firstAttribute=\"centerX\" secondItem=\"juj-np-Jde\" secondAttribute=\"centerX\" id=\"JZ0-P4-3th\"/>\n                        </constraints>\n                        <viewLayoutGuide key=\"safeArea\" id=\"VaI-Rh-DC9\"/>\n                    </view>\n                    <tabBarItem key=\"tabBarItem\" title=\"Item2\" image=\"icon_user\" id=\"z5N-yh-KHH\" customClass=\"RAMAnimatedTabBarItem\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\">\n                        <connections>\n                            <outlet property=\"animation\" destination=\"SMy-mk-LC7\" id=\"MkP-KN-27u\"/>\n                        </connections>\n                    </tabBarItem>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"3Cn-qd-9Vu\" userLabel=\"First Responder\" sceneMemberID=\"firstResponder\"/>\n                <customObject id=\"SMy-mk-LC7\" customClass=\"RAMLeftRotationAnimation\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\">\n                    <userDefinedRuntimeAttributes>\n                        <userDefinedRuntimeAttribute type=\"color\" keyPath=\"textSelectedColor\">\n                            <color key=\"value\" red=\"0.0\" green=\"0.47843137250000001\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        </userDefinedRuntimeAttribute>\n                    </userDefinedRuntimeAttributes>\n                </customObject>\n            </objects>\n            <point key=\"canvasLocation\" x=\"1349\" y=\"1228\"/>\n        </scene>\n        <!--Animated Tab Bar Controller-->\n        <scene sceneID=\"ovl-w5-59e\">\n            <objects>\n                <tabBarController storyboardIdentifier=\"RAMAnimatedTabBarController\" automaticallyAdjustsScrollViewInsets=\"NO\" id=\"QjJ-1j-Kct\" customClass=\"RAMAnimatedTabBarController\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\" sceneMemberID=\"viewController\">\n                    <toolbarItems/>\n                    <nil key=\"simulatedBottomBarMetrics\"/>\n                    <tabBar key=\"tabBar\" contentMode=\"scaleToFill\" id=\"Xsb-sw-RJ2\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"1000\" height=\"1000\"/>\n                        <autoresizingMask key=\"autoresizingMask\"/>\n                        <color key=\"backgroundColor\" red=\"0.0\" green=\"0.0\" blue=\"0.0\" alpha=\"0.0\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                    </tabBar>\n                    <connections>\n                        <segue destination=\"eCt-4k-9Vu\" kind=\"relationship\" relationship=\"viewControllers\" id=\"WZh-Xs-WLh\"/>\n                        <segue destination=\"BYZ-38-t0r\" kind=\"relationship\" relationship=\"viewControllers\" id=\"d4b-9o-ai8\"/>\n                        <segue destination=\"DFF-lT-Wr8\" kind=\"relationship\" relationship=\"viewControllers\" id=\"ege-ES-0le\"/>\n                        <segue destination=\"Zsy-o9-m6D\" kind=\"relationship\" relationship=\"viewControllers\" id=\"rtT-KT-B5t\"/>\n                        <segue destination=\"wJE-Q4-t8C\" kind=\"relationship\" relationship=\"viewControllers\" id=\"j33-EU-Pj8\"/>\n                    </connections>\n                </tabBarController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"cEF-4x-wpS\" userLabel=\"First Responder\" sceneMemberID=\"firstResponder\"/>\n            </objects>\n            <point key=\"canvasLocation\" x=\"537\" y=\"479\"/>\n        </scene>\n        <!--Item4-->\n        <scene sceneID=\"ttZ-oS-sRQ\">\n            <objects>\n                <viewController id=\"eCt-4k-9Vu\" customClass=\"ViewController\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\" sceneMemberID=\"viewController\">\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"JgG-ft-dcB\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"667\"/>\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <subviews>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Bounce Animation\" textAlignment=\"center\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"qMh-ib-nBJ\">\n                                <rect key=\"frame\" x=\"81.5\" y=\"317.5\" width=\"212\" height=\"32.5\"/>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"27\"/>\n                                <color key=\"textColor\" red=\"0.33333333333333331\" green=\"0.33333333333333331\" blue=\"0.33333333333333331\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                            <button opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" buttonType=\"roundedRect\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"KK9-Py-qqm\">\n                                <rect key=\"frame\" x=\"-4\" y=\"580\" width=\"190.5\" height=\"30\"/>\n                                <state key=\"normal\" title=\"Show Badge\"/>\n                                <connections>\n                                    <action selector=\"showBadgeHandelr:\" destination=\"eCt-4k-9Vu\" eventType=\"touchUpInside\" id=\"ghX-V6-TVP\"/>\n                                </connections>\n                            </button>\n                            <button opaque=\"NO\" contentMode=\"scaleToFill\" contentHorizontalAlignment=\"center\" contentVerticalAlignment=\"center\" buttonType=\"roundedRect\" lineBreakMode=\"middleTruncation\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"FKl-OF-gs1\">\n                                <rect key=\"frame\" x=\"188.5\" y=\"580\" width=\"190.5\" height=\"30\"/>\n                                <state key=\"normal\" title=\"Hide Badge\"/>\n                                <connections>\n                                    <action selector=\"hideBadgeHandler:\" destination=\"eCt-4k-9Vu\" eventType=\"touchUpInside\" id=\"9Ed-dA-ULL\"/>\n                                </connections>\n                            </button>\n                        </subviews>\n                        <color key=\"backgroundColor\" red=\"1\" green=\"1\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        <constraints>\n                            <constraint firstItem=\"FKl-OF-gs1\" firstAttribute=\"leading\" secondItem=\"KK9-Py-qqm\" secondAttribute=\"trailing\" constant=\"2\" id=\"IP7-Vx-f8P\"/>\n                            <constraint firstItem=\"KK9-Py-qqm\" firstAttribute=\"leading\" secondItem=\"JgG-ft-dcB\" secondAttribute=\"leadingMargin\" constant=\"-20\" id=\"Isz-OD-x14\"/>\n                            <constraint firstItem=\"KK9-Py-qqm\" firstAttribute=\"width\" secondItem=\"FKl-OF-gs1\" secondAttribute=\"width\" id=\"WnW-pO-RYO\"/>\n                            <constraint firstAttribute=\"trailingMargin\" secondItem=\"FKl-OF-gs1\" secondAttribute=\"trailing\" constant=\"-20\" id=\"YyU-4n-KYs\"/>\n                            <constraint firstItem=\"kSB-yj-LRJ\" firstAttribute=\"centerX\" secondItem=\"qMh-ib-nBJ\" secondAttribute=\"centerX\" id=\"b2F-Ux-a2l\"/>\n                            <constraint firstAttribute=\"centerY\" secondItem=\"qMh-ib-nBJ\" secondAttribute=\"centerY\" id=\"jUP-sb-8cO\"/>\n                            <constraint firstItem=\"kSB-yj-LRJ\" firstAttribute=\"bottom\" secondItem=\"KK9-Py-qqm\" secondAttribute=\"bottom\" constant=\"8\" id=\"naI-ed-60X\"/>\n                            <constraint firstItem=\"kSB-yj-LRJ\" firstAttribute=\"bottom\" secondItem=\"FKl-OF-gs1\" secondAttribute=\"bottom\" constant=\"8\" id=\"ush-0w-xgF\"/>\n                        </constraints>\n                        <viewLayoutGuide key=\"safeArea\" id=\"kSB-yj-LRJ\"/>\n                    </view>\n                    <tabBarItem key=\"tabBarItem\" title=\"Item4\" image=\"Settings\" id=\"EiX-sv-bUZ\" customClass=\"RAMAnimatedTabBarItem\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\">\n                        <connections>\n                            <outlet property=\"animation\" destination=\"BSW-Za-y3b\" id=\"Q93-Wg-KJV\"/>\n                        </connections>\n                    </tabBarItem>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"4bq-TO-3KR\" userLabel=\"First Responder\" sceneMemberID=\"firstResponder\"/>\n                <customObject id=\"BSW-Za-y3b\" customClass=\"RAMBounceAnimation\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\">\n                    <userDefinedRuntimeAttributes>\n                        <userDefinedRuntimeAttribute type=\"color\" keyPath=\"textSelectedColor\">\n                            <color key=\"value\" red=\"0.0\" green=\"0.47843137250000001\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        </userDefinedRuntimeAttribute>\n                        <userDefinedRuntimeAttribute type=\"number\" keyPath=\"duration\">\n                            <real key=\"value\" value=\"0.80000000000000004\"/>\n                        </userDefinedRuntimeAttribute>\n                    </userDefinedRuntimeAttributes>\n                </customObject>\n            </objects>\n            <point key=\"canvasLocation\" x=\"-237\" y=\"1228\"/>\n        </scene>\n        <!--Item3-->\n        <scene sceneID=\"rxZ-sE-b31\">\n            <objects>\n                <viewController id=\"Zsy-o9-m6D\" sceneMemberID=\"viewController\">\n                    <view key=\"view\" contentMode=\"scaleToFill\" id=\"qT7-Vb-aMC\">\n                        <rect key=\"frame\" x=\"0.0\" y=\"0.0\" width=\"375\" height=\"667\"/>\n                        <autoresizingMask key=\"autoresizingMask\" widthSizable=\"YES\" heightSizable=\"YES\"/>\n                        <subviews>\n                            <label opaque=\"NO\" userInteractionEnabled=\"NO\" contentMode=\"left\" horizontalHuggingPriority=\"251\" verticalHuggingPriority=\"251\" text=\"Frame Animation\" textAlignment=\"center\" lineBreakMode=\"tailTruncation\" baselineAdjustment=\"alignBaselines\" adjustsFontSizeToFit=\"NO\" translatesAutoresizingMaskIntoConstraints=\"NO\" id=\"gnW-CR-KSE\">\n                                <rect key=\"frame\" x=\"89.5\" y=\"317.5\" width=\"196.5\" height=\"32.5\"/>\n                                <fontDescription key=\"fontDescription\" type=\"system\" pointSize=\"27\"/>\n                                <color key=\"textColor\" red=\"0.33333333333333331\" green=\"0.33333333333333331\" blue=\"0.33333333333333331\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                                <nil key=\"highlightedColor\"/>\n                            </label>\n                        </subviews>\n                        <color key=\"backgroundColor\" red=\"1\" green=\"1\" blue=\"1\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        <constraints>\n                            <constraint firstItem=\"oai-od-5ae\" firstAttribute=\"centerX\" secondItem=\"gnW-CR-KSE\" secondAttribute=\"centerX\" id=\"jwX-bj-6Ah\"/>\n                            <constraint firstAttribute=\"centerY\" secondItem=\"gnW-CR-KSE\" secondAttribute=\"centerY\" id=\"pMh-vB-55X\"/>\n                        </constraints>\n                        <viewLayoutGuide key=\"safeArea\" id=\"oai-od-5ae\"/>\n                    </view>\n                    <tabBarItem key=\"tabBarItem\" title=\"Item3\" image=\"Tools_00028\" id=\"c38-iL-qNf\" customClass=\"RAMAnimatedTabBarItem\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\">\n                        <connections>\n                            <outlet property=\"animation\" destination=\"Ojd-WY-9Yd\" id=\"Ogs-bO-YG5\"/>\n                        </connections>\n                    </tabBarItem>\n                </viewController>\n                <placeholder placeholderIdentifier=\"IBFirstResponder\" id=\"FuQ-Du-YS3\" userLabel=\"First Responder\" sceneMemberID=\"firstResponder\"/>\n                <customObject id=\"Ojd-WY-9Yd\" customClass=\"RAMFrameItemAnimation\" customModule=\"Animated_Tab_Bar\" customModuleProvider=\"target\">\n                    <userDefinedRuntimeAttributes>\n                        <userDefinedRuntimeAttribute type=\"string\" keyPath=\"imagesPath\" value=\"ToolsAnimation\"/>\n                        <userDefinedRuntimeAttribute type=\"boolean\" keyPath=\"isDeselectAnimation\" value=\"YES\"/>\n                        <userDefinedRuntimeAttribute type=\"color\" keyPath=\"textSelectedColor\">\n                            <color key=\"value\" red=\"0.91764705879999997\" green=\"0.2901960784\" blue=\"0.20784313730000001\" alpha=\"1\" colorSpace=\"custom\" customColorSpace=\"sRGB\"/>\n                        </userDefinedRuntimeAttribute>\n                    </userDefinedRuntimeAttributes>\n                </customObject>\n            </objects>\n            <point key=\"canvasLocation\" x=\"537\" y=\"1228\"/>\n        </scene>\n    </scenes>\n    <resources>\n        <image name=\"Settings\" width=\"30\" height=\"30\"/>\n        <image name=\"Tools_00028\" width=\"30\" height=\"30\"/>\n        <image name=\"drop\" width=\"24\" height=\"24\"/>\n        <image name=\"icon_pin\" width=\"30\" height=\"30\"/>\n        <image name=\"icon_user\" width=\"30\" height=\"30\"/>\n    </resources>\n</document>\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/AppIcon.appiconset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"size\" : \"20x20\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"icon-40.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"20x20\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"icon-60.png\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"size\" : \"29x29\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"icon-58.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"29x29\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"icon-87.png\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"size\" : \"40x40\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"icon-80.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"40x40\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"icon-120.png\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"size\" : \"60x60\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"icon-120.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"60x60\",\n      \"idiom\" : \"iphone\",\n      \"filename\" : \"icon-180.png\",\n      \"scale\" : \"3x\"\n    },\n    {\n      \"size\" : \"20x20\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"icon-20.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"20x20\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"icon-40.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"29x29\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"icon-29.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"29x29\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"icon-58.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"40x40\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"icon-40.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"40x40\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"icon-80.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"76x76\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"icon-76.png\",\n      \"scale\" : \"1x\"\n    },\n    {\n      \"size\" : \"76x76\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"icon-152.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"83.5x83.5\",\n      \"idiom\" : \"ipad\",\n      \"filename\" : \"icon-167.png\",\n      \"scale\" : \"2x\"\n    },\n    {\n      \"size\" : \"1024x1024\",\n      \"idiom\" : \"ios-marketing\",\n      \"filename\" : \"Ramotion1024.png\",\n      \"scale\" : \"1x\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  },\n  \"properties\" : {\n    \"pre-rendered\" : true\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Settings_icon/Settings.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Settings_00208.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Settings_00208@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Settings_00208@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00028.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00028.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00028 copy.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00028@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00029.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00029.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00029@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00029@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00030.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00030.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00030@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00030@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00031.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00031.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00031@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00031@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00032.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00032.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00032@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00032@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00033.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00033.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00033@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00033@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00034.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00034.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00034@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00034@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00035.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00035.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00035@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00035@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00036.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00036.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00036@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00036@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00037.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00037.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00037@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00037@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00038.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00038.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00038@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00038@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00039.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00039.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00039@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00039@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00040.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00040.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00040@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00040@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00041.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00041.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00041@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00041@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00042.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00042.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00042@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00042@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00043.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00043.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00043@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00043@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00044.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00044.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00044@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00044@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00045.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00045.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00045@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00045@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00046.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00046.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00046@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00046@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00047.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00047.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00047@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00047@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00048.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00048.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00048@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00048@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00049.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00049.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00049@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00049@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00050.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00050.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00050@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00050@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00051.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00051.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00051@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00051@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00052.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00052.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00052@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00052@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00053.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00053.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00053@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00053@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00054.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00054.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00054@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00054@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00055.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00055.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00055@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00055@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00056.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00056.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00056@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00056@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00057.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00057.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00057@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00057@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00058.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00058.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00058@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00058@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00059.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00059.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00059@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00059@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00060.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00060.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00060@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00060@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00061.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00061.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00061@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00061@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00062.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00062.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00062@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00062@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00063.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00063.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00063@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00063@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00064.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00064.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00064@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00064@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/Tools/Tools_00065.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"Tools_00065.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"Tools_00065@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"Tools_00065@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/drop/drop.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"drop.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"drop@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"drop@3.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/icon_pin.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"icon_pin_00160.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"icon_pin_00160@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"icon_pin_00160@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Images.xcassets/icon_user.imageset/Contents.json",
    "content": "{\n  \"images\" : [\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"1x\",\n      \"filename\" : \"user_00084.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"2x\",\n      \"filename\" : \"user_00084@2x.png\"\n    },\n    {\n      \"idiom\" : \"universal\",\n      \"scale\" : \"3x\",\n      \"filename\" : \"user_00084@3x.png\"\n    }\n  ],\n  \"info\" : {\n    \"version\" : 1,\n    \"author\" : \"xcode\"\n  }\n}"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>en</string>\n\t<key>CFBundleExecutable</key>\n\t<string>$(EXECUTABLE_NAME)</string>\n\t<key>CFBundleIdentifier</key>\n\t<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>$(PRODUCT_NAME)</string>\n\t<key>CFBundlePackageType</key>\n\t<string>APPL</string>\n\t<key>CFBundleShortVersionString</key>\n\t<string>1.0</string>\n\t<key>CFBundleSignature</key>\n\t<string>????</string>\n\t<key>CFBundleVersion</key>\n\t<string>1</string>\n\t<key>LSRequiresIPhoneOS</key>\n\t<true/>\n\t<key>UILaunchStoryboardName</key>\n\t<string>LaunchScreen</string>\n\t<key>UIMainStoryboardFile</key>\n\t<string>Main</string>\n\t<key>UIRequiredDeviceCapabilities</key>\n\t<array>\n\t\t<string>armv7</string>\n\t</array>\n\t<key>UISupportedInterfaceOrientations</key>\n\t<array>\n\t\t<string>UIInterfaceOrientationPortrait</string>\n\t\t<string>UIInterfaceOrientationLandscapeLeft</string>\n\t\t<string>UIInterfaceOrientationLandscapeRight</string>\n\t</array>\n\t<key>UISupportedInterfaceOrientations~ipad</key>\n\t<array>\n\t\t<string>UIInterfaceOrientationPortrait</string>\n\t\t<string>UIInterfaceOrientationPortraitUpsideDown</string>\n\t\t<string>UIInterfaceOrientationLandscapeLeft</string>\n\t\t<string>UIInterfaceOrientationLandscapeRight</string>\n\t</array>\n</dict>\n</plist>\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/Resources/ToolsAnimation.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<array>\n\t<string>Tools_00028</string>\n\t<string>Tools_00029</string>\n\t<string>Tools_00030</string>\n\t<string>Tools_00031</string>\n\t<string>Tools_00032</string>\n\t<string>Tools_00033</string>\n\t<string>Tools_00034</string>\n\t<string>Tools_00035</string>\n\t<string>Tools_00036</string>\n\t<string>Tools_00037</string>\n\t<string>Tools_00038</string>\n\t<string>Tools_00039</string>\n\t<string>Tools_00040</string>\n\t<string>Tools_00041</string>\n\t<string>Tools_00042</string>\n\t<string>Tools_00043</string>\n\t<string>Tools_00044</string>\n\t<string>Tools_00045</string>\n\t<string>Tools_00046</string>\n\t<string>Tools_00047</string>\n\t<string>Tools_00048</string>\n\t<string>Tools_00049</string>\n\t<string>Tools_00050</string>\n\t<string>Tools_00051</string>\n\t<string>Tools_00052</string>\n\t<string>Tools_00053</string>\n\t<string>Tools_00054</string>\n\t<string>Tools_00055</string>\n\t<string>Tools_00056</string>\n\t<string>Tools_00057</string>\n\t<string>Tools_00058</string>\n\t<string>Tools_00059</string>\n\t<string>Tools_00060</string>\n\t<string>Tools_00061</string>\n\t<string>Tools_00062</string>\n\t<string>Tools_00063</string>\n\t<string>Tools_00064</string>\n\t<string>Tools_00065</string>\n</array>\n</plist>\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo/ViewController.swift",
    "content": "//\n//  ViewController.swift\n//  RAMAnimatedTabBarDemo\n//\n//  Created by Alex Kalinkin on 11/18/14.\n//  Copyright (c) 2014 Ramotion. All rights reserved.\n//\n\nimport UIKit\n\nclass ViewController: UIViewController {\n\n    var index: NSInteger = 0\n\n    // PRAGMA: actions\n    @IBAction func showBadgeHandelr(_: AnyObject) {\n        // example for showing badges\n        index += 1\n        tabBarItem.badgeValue = \"\\(index)\"\n    }\n\n    @IBAction func hideBadgeHandler(_: AnyObject) {\n        tabBarItem.badgeValue = nil\n    }\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo.xcodeproj/project.pbxproj",
    "content": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 46;\n\tobjects = {\n\n/* Begin PBXBuildFile section */\n\t\t3950EDD82354950E0072BAAD /* RAMAnimatedTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3950EDD72354950E0072BAAD /* RAMAnimatedTabBarItem.swift */; };\n\t\t3950EDD9235496AF0072BAAD /* RAMAnimatedTabBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3950EDD72354950E0072BAAD /* RAMAnimatedTabBarItem.swift */; };\n\t\t3950EDDC235497650072BAAD /* Collection+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3950EDDB235497650072BAAD /* Collection+Extensions.swift */; };\n\t\t3950EDDD235497910072BAAD /* Collection+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3950EDDB235497650072BAAD /* Collection+Extensions.swift */; };\n\t\t5A1F33BC2126AA3D004B8735 /* AnimatedTabBarTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A1F33BB2126AA3D004B8735 /* AnimatedTabBarTests.swift */; };\n\t\t5A5D3FF021B91D0700304986 /* RAMBadgeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A5D3FEF21B91D0700304986 /* RAMBadgeTests.swift */; };\n\t\t5ADAB94A209B0FA8006CCD85 /* RAMAnimatedTabBarController+BottomLine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADAB949209B0FA8006CCD85 /* RAMAnimatedTabBarController+BottomLine.swift */; };\n\t\t5ADAB94B209B51E5006CCD85 /* RAMAnimatedTabBarController+BottomLine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ADAB949209B0FA8006CCD85 /* RAMAnimatedTabBarController+BottomLine.swift */; };\n\t\t849507011D05772B0005EC1A /* ToolsAnimation.plist in Resources */ = {isa = PBXBuildFile; fileRef = 849507001D05772B0005EC1A /* ToolsAnimation.plist */; };\n\t\t84BC64221C22E4C800B89B79 /* RAMBadge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84BC64211C22E4C800B89B79 /* RAMBadge.swift */; };\n\t\t84D4B7A11DB0D35500EE38C6 /* TabBarLib.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D4B79F1DB0D35500EE38C6 /* TabBarLib.h */; settings = {ATTRIBUTES = (Public, ); }; };\n\t\t84D4B7A41DB0D35500EE38C6 /* RAMAnimatedTabBarController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D4B79D1DB0D35500EE38C6 /* RAMAnimatedTabBarController.framework */; };\n\t\t84D4B7A51DB0D35500EE38C6 /* RAMAnimatedTabBarController.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 84D4B79D1DB0D35500EE38C6 /* RAMAnimatedTabBarController.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };\n\t\t84D4B7A91DB0D37700EE38C6 /* RAMBadge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84BC64211C22E4C800B89B79 /* RAMBadge.swift */; };\n\t\t84D4B7AA1DB0D37B00EE38C6 /* RAMAnimatedTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE90A83F1A1C7C14002D8931 /* RAMAnimatedTabBarController.swift */; };\n\t\t84D4B7AB1DB0D37F00EE38C6 /* RAMFumeAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E056BD1A2DD57600F33DDA /* RAMFumeAnimation.swift */; };\n\t\t84D4B7AC1DB0D38100EE38C6 /* RAMBounceAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE90A8781A1CE200002D8931 /* RAMBounceAnimation.swift */; };\n\t\t84D4B7AD1DB0D38400EE38C6 /* RAMRotationAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE90A8421A1C8DD3002D8931 /* RAMRotationAnimation.swift */; };\n\t\t84D4B7AE1DB0D38700EE38C6 /* RAMFrameItemAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE41469A1A1B944D0037F03C /* RAMFrameItemAnimation.swift */; };\n\t\t84D4B7AF1DB0D38B00EE38C6 /* RAMTransitionItemAnimations.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE41469C1A1B944D0037F03C /* RAMTransitionItemAnimations.swift */; };\n\t\t84D4B7B01DB0D38F00EE38C6 /* RAMItemAnimationProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE41469D1A1B944D0037F03C /* RAMItemAnimationProtocol.swift */; };\n\t\tCE4146781A1B923D0037F03C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4146771A1B923D0037F03C /* AppDelegate.swift */; };\n\t\tCE41467A1A1B923D0037F03C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4146791A1B923D0037F03C /* ViewController.swift */; };\n\t\tCE41467D1A1B923D0037F03C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CE41467B1A1B923D0037F03C /* Main.storyboard */; };\n\t\tCE41467F1A1B923D0037F03C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CE41467E1A1B923D0037F03C /* Images.xcassets */; };\n\t\tCE4146821A1B923D0037F03C /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE4146801A1B923D0037F03C /* LaunchScreen.xib */; };\n\t\tCE41469E1A1B944D0037F03C /* RAMFrameItemAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE41469A1A1B944D0037F03C /* RAMFrameItemAnimation.swift */; };\n\t\tCE41469F1A1B944D0037F03C /* RAMTransitionItemAnimations.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE41469C1A1B944D0037F03C /* RAMTransitionItemAnimations.swift */; };\n\t\tCE4146A01A1B944D0037F03C /* RAMItemAnimationProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE41469D1A1B944D0037F03C /* RAMItemAnimationProtocol.swift */; };\n\t\tCE90A8401A1C7C14002D8931 /* RAMAnimatedTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE90A83F1A1C7C14002D8931 /* RAMAnimatedTabBarController.swift */; };\n\t\tCE90A8431A1C8DD3002D8931 /* RAMRotationAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE90A8421A1C8DD3002D8931 /* RAMRotationAnimation.swift */; };\n\t\tCE90A8791A1CE200002D8931 /* RAMBounceAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE90A8781A1CE200002D8931 /* RAMBounceAnimation.swift */; };\n\t\tF3E056BE1A2DD57600F33DDA /* RAMFumeAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E056BD1A2DD57600F33DDA /* RAMFumeAnimation.swift */; };\n/* End PBXBuildFile section */\n\n/* Begin PBXContainerItemProxy section */\n\t\t5A1F33BE2126AA3D004B8735 /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = CE41466A1A1B923D0037F03C /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = CE4146711A1B923D0037F03C;\n\t\t\tremoteInfo = RAMAnimatedTabBarDemo;\n\t\t};\n\t\t84D4B7A21DB0D35500EE38C6 /* PBXContainerItemProxy */ = {\n\t\t\tisa = PBXContainerItemProxy;\n\t\t\tcontainerPortal = CE41466A1A1B923D0037F03C /* Project object */;\n\t\t\tproxyType = 1;\n\t\t\tremoteGlobalIDString = 84D4B79C1DB0D35500EE38C6;\n\t\t\tremoteInfo = TabBarLib;\n\t\t};\n/* End PBXContainerItemProxy section */\n\n/* Begin PBXCopyFilesBuildPhase section */\n\t\t8499D8F91D0069C6004B5B37 /* Embed Frameworks */ = {\n\t\t\tisa = PBXCopyFilesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tdstPath = \"\";\n\t\t\tdstSubfolderSpec = 10;\n\t\t\tfiles = (\n\t\t\t\t84D4B7A51DB0D35500EE38C6 /* RAMAnimatedTabBarController.framework in Embed Frameworks */,\n\t\t\t);\n\t\t\tname = \"Embed Frameworks\";\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXCopyFilesBuildPhase section */\n\n/* Begin PBXFileReference section */\n\t\t3950EDD72354950E0072BAAD /* RAMAnimatedTabBarItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RAMAnimatedTabBarItem.swift; sourceTree = \"<group>\"; };\n\t\t3950EDDB235497650072BAAD /* Collection+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = \"Collection+Extensions.swift\"; sourceTree = \"<group>\"; };\n\t\t5A1F33B92126AA3D004B8735 /* AnimatedTabBarTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AnimatedTabBarTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t5A1F33BB2126AA3D004B8735 /* AnimatedTabBarTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnimatedTabBarTests.swift; sourceTree = \"<group>\"; };\n\t\t5A1F33BD2126AA3D004B8735 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\t5A5D3FEF21B91D0700304986 /* RAMBadgeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RAMBadgeTests.swift; sourceTree = \"<group>\"; };\n\t\t5ADAB949209B0FA8006CCD85 /* RAMAnimatedTabBarController+BottomLine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = \"RAMAnimatedTabBarController+BottomLine.swift\"; sourceTree = \"<group>\"; };\n\t\t849507001D05772B0005EC1A /* ToolsAnimation.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = ToolsAnimation.plist; sourceTree = \"<group>\"; };\n\t\t84BC64211C22E4C800B89B79 /* RAMBadge.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RAMBadge.swift; sourceTree = \"<group>\"; };\n\t\t84D4B79D1DB0D35500EE38C6 /* RAMAnimatedTabBarController.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RAMAnimatedTabBarController.framework; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\t84D4B79F1DB0D35500EE38C6 /* TabBarLib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TabBarLib.h; sourceTree = \"<group>\"; };\n\t\t84D4B7A01DB0D35500EE38C6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\tCE4146721A1B923D0037F03C /* Animated Tab Bar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = \"Animated Tab Bar.app\"; sourceTree = BUILT_PRODUCTS_DIR; };\n\t\tCE4146761A1B923D0037F03C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = \"<group>\"; };\n\t\tCE4146771A1B923D0037F03C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = \"<group>\"; };\n\t\tCE4146791A1B923D0037F03C /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = \"<group>\"; };\n\t\tCE41467C1A1B923D0037F03C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = \"<group>\"; };\n\t\tCE41467E1A1B923D0037F03C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = \"<group>\"; };\n\t\tCE4146811A1B923D0037F03C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = \"<group>\"; };\n\t\tCE41469A1A1B944D0037F03C /* RAMFrameItemAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RAMFrameItemAnimation.swift; sourceTree = \"<group>\"; };\n\t\tCE41469C1A1B944D0037F03C /* RAMTransitionItemAnimations.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RAMTransitionItemAnimations.swift; sourceTree = \"<group>\"; };\n\t\tCE41469D1A1B944D0037F03C /* RAMItemAnimationProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RAMItemAnimationProtocol.swift; sourceTree = \"<group>\"; };\n\t\tCE90A83F1A1C7C14002D8931 /* RAMAnimatedTabBarController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RAMAnimatedTabBarController.swift; sourceTree = \"<group>\"; };\n\t\tCE90A8421A1C8DD3002D8931 /* RAMRotationAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RAMRotationAnimation.swift; sourceTree = \"<group>\"; };\n\t\tCE90A8781A1CE200002D8931 /* RAMBounceAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RAMBounceAnimation.swift; sourceTree = \"<group>\"; };\n\t\tF3E056BD1A2DD57600F33DDA /* RAMFumeAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RAMFumeAnimation.swift; sourceTree = \"<group>\"; };\n/* End PBXFileReference section */\n\n/* Begin PBXFrameworksBuildPhase section */\n\t\t5A1F33B62126AA3D004B8735 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t84D4B7991DB0D35500EE38C6 /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tCE41466F1A1B923D0037F03C /* Frameworks */ = {\n\t\t\tisa = PBXFrameworksBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t84D4B7A41DB0D35500EE38C6 /* RAMAnimatedTabBarController.framework in Frameworks */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXFrameworksBuildPhase section */\n\n/* Begin PBXGroup section */\n\t\t3950EDDA2354974D0072BAAD /* Utilities */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t3950EDDB235497650072BAAD /* Collection+Extensions.swift */,\n\t\t\t);\n\t\t\tpath = Utilities;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t5A1F33BA2126AA3D004B8735 /* AnimatedTabBarTests */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t5A1F33BB2126AA3D004B8735 /* AnimatedTabBarTests.swift */,\n\t\t\t\t5A1F33BD2126AA3D004B8735 /* Info.plist */,\n\t\t\t\t5A5D3FEF21B91D0700304986 /* RAMBadgeTests.swift */,\n\t\t\t);\n\t\t\tpath = AnimatedTabBarTests;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t5AC42AE5210AFA110009889F /* BottomLine */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t5ADAB949209B0FA8006CCD85 /* RAMAnimatedTabBarController+BottomLine.swift */,\n\t\t\t);\n\t\t\tpath = BottomLine;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t84BC64201C22E41F00B89B79 /* RAMBadge */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t84BC64211C22E4C800B89B79 /* RAMBadge.swift */,\n\t\t\t);\n\t\t\tpath = RAMBadge;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\t84D4B79E1DB0D35500EE38C6 /* TabBarLib */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t84D4B79F1DB0D35500EE38C6 /* TabBarLib.h */,\n\t\t\t\t84D4B7A01DB0D35500EE38C6 /* Info.plist */,\n\t\t\t);\n\t\t\tpath = TabBarLib;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tCE4146691A1B923D0037F03C = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tCE4146741A1B923D0037F03C /* RAMAnimatedTabBarDemo */,\n\t\t\t\t84D4B79E1DB0D35500EE38C6 /* TabBarLib */,\n\t\t\t\t5A1F33BA2126AA3D004B8735 /* AnimatedTabBarTests */,\n\t\t\t\tCE4146731A1B923D0037F03C /* Products */,\n\t\t\t);\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tCE4146731A1B923D0037F03C /* Products */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tCE4146721A1B923D0037F03C /* Animated Tab Bar.app */,\n\t\t\t\t84D4B79D1DB0D35500EE38C6 /* RAMAnimatedTabBarController.framework */,\n\t\t\t\t5A1F33B92126AA3D004B8735 /* AnimatedTabBarTests.xctest */,\n\t\t\t);\n\t\t\tname = Products;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tCE4146741A1B923D0037F03C /* RAMAnimatedTabBarDemo */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tCE90A8441A1CB1A2002D8931 /* Resources */,\n\t\t\t\tCE4146971A1B94170037F03C /* RAMAnimatedTabBarControlller */,\n\t\t\t\tCE4146771A1B923D0037F03C /* AppDelegate.swift */,\n\t\t\t\tCE4146791A1B923D0037F03C /* ViewController.swift */,\n\t\t\t\tCE41467B1A1B923D0037F03C /* Main.storyboard */,\n\t\t\t\tCE41467E1A1B923D0037F03C /* Images.xcassets */,\n\t\t\t\tCE4146801A1B923D0037F03C /* LaunchScreen.xib */,\n\t\t\t\tCE4146751A1B923D0037F03C /* Supporting Files */,\n\t\t\t);\n\t\t\tpath = RAMAnimatedTabBarDemo;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tCE4146751A1B923D0037F03C /* Supporting Files */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tCE4146761A1B923D0037F03C /* Info.plist */,\n\t\t\t);\n\t\t\tname = \"Supporting Files\";\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tCE4146971A1B94170037F03C /* RAMAnimatedTabBarControlller */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t3950EDDA2354974D0072BAAD /* Utilities */,\n\t\t\t\t5AC42AE5210AFA110009889F /* BottomLine */,\n\t\t\t\t84BC64201C22E41F00B89B79 /* RAMBadge */,\n\t\t\t\tCE90A83F1A1C7C14002D8931 /* RAMAnimatedTabBarController.swift */,\n\t\t\t\t3950EDD72354950E0072BAAD /* RAMAnimatedTabBarItem.swift */,\n\t\t\t\tCE4146981A1B944D0037F03C /* Animations */,\n\t\t\t\tCE41469D1A1B944D0037F03C /* RAMItemAnimationProtocol.swift */,\n\t\t\t);\n\t\t\tname = RAMAnimatedTabBarControlller;\n\t\t\tpath = ../../RAMAnimatedTabBarController;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tCE4146981A1B944D0037F03C /* Animations */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tF3E056BC1A2DD37700F33DDA /* FumeAnimation */,\n\t\t\t\tCE90A8771A1CE171002D8931 /* BounceAnimation */,\n\t\t\t\tCE90A8411A1C8D69002D8931 /* RotationAnimation */,\n\t\t\t\tCE4146991A1B944D0037F03C /* FrameAnimation */,\n\t\t\t\tCE41469B1A1B944D0037F03C /* TransitionAniamtions */,\n\t\t\t);\n\t\t\tpath = Animations;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tCE4146991A1B944D0037F03C /* FrameAnimation */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tCE41469A1A1B944D0037F03C /* RAMFrameItemAnimation.swift */,\n\t\t\t);\n\t\t\tpath = FrameAnimation;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tCE41469B1A1B944D0037F03C /* TransitionAniamtions */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tCE41469C1A1B944D0037F03C /* RAMTransitionItemAnimations.swift */,\n\t\t\t);\n\t\t\tpath = TransitionAniamtions;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tCE90A8411A1C8D69002D8931 /* RotationAnimation */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tCE90A8421A1C8DD3002D8931 /* RAMRotationAnimation.swift */,\n\t\t\t);\n\t\t\tpath = RotationAnimation;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tCE90A8441A1CB1A2002D8931 /* Resources */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\t849507001D05772B0005EC1A /* ToolsAnimation.plist */,\n\t\t\t);\n\t\t\tpath = Resources;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tCE90A8771A1CE171002D8931 /* BounceAnimation */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tCE90A8781A1CE200002D8931 /* RAMBounceAnimation.swift */,\n\t\t\t);\n\t\t\tpath = BounceAnimation;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tF3E056BC1A2DD37700F33DDA /* FumeAnimation */ = {\n\t\t\tisa = PBXGroup;\n\t\t\tchildren = (\n\t\t\t\tF3E056BD1A2DD57600F33DDA /* RAMFumeAnimation.swift */,\n\t\t\t);\n\t\t\tpath = FumeAnimation;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXGroup section */\n\n/* Begin PBXHeadersBuildPhase section */\n\t\t84D4B79A1DB0D35500EE38C6 /* Headers */ = {\n\t\t\tisa = PBXHeadersBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t84D4B7A11DB0D35500EE38C6 /* TabBarLib.h in Headers */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXHeadersBuildPhase section */\n\n/* Begin PBXNativeTarget section */\n\t\t5A1F33B82126AA3D004B8735 /* AnimatedTabBarTests */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 5A1F33C22126AA3D004B8735 /* Build configuration list for PBXNativeTarget \"AnimatedTabBarTests\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t5A1F33B52126AA3D004B8735 /* Sources */,\n\t\t\t\t5A1F33B62126AA3D004B8735 /* Frameworks */,\n\t\t\t\t5A1F33B72126AA3D004B8735 /* Resources */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\t5A1F33BF2126AA3D004B8735 /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = AnimatedTabBarTests;\n\t\t\tproductName = AnimatedTabBarTests;\n\t\t\tproductReference = 5A1F33B92126AA3D004B8735 /* AnimatedTabBarTests.xctest */;\n\t\t\tproductType = \"com.apple.product-type.bundle.unit-test\";\n\t\t};\n\t\t84D4B79C1DB0D35500EE38C6 /* RAMAnimatedTabBarController */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = 84D4B7A81DB0D35500EE38C6 /* Build configuration list for PBXNativeTarget \"RAMAnimatedTabBarController\" */;\n\t\t\tbuildPhases = (\n\t\t\t\t84D4B7981DB0D35500EE38C6 /* Sources */,\n\t\t\t\t84D4B7991DB0D35500EE38C6 /* Frameworks */,\n\t\t\t\t84D4B79A1DB0D35500EE38C6 /* Headers */,\n\t\t\t\t84D4B79B1DB0D35500EE38C6 /* Resources */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t);\n\t\t\tname = RAMAnimatedTabBarController;\n\t\t\tproductName = TabBarLib;\n\t\t\tproductReference = 84D4B79D1DB0D35500EE38C6 /* RAMAnimatedTabBarController.framework */;\n\t\t\tproductType = \"com.apple.product-type.framework\";\n\t\t};\n\t\tCE4146711A1B923D0037F03C /* RAMAnimatedTabBarDemo */ = {\n\t\t\tisa = PBXNativeTarget;\n\t\t\tbuildConfigurationList = CE4146911A1B923D0037F03C /* Build configuration list for PBXNativeTarget \"RAMAnimatedTabBarDemo\" */;\n\t\t\tbuildPhases = (\n\t\t\t\tCE41466E1A1B923D0037F03C /* Sources */,\n\t\t\t\tCE41466F1A1B923D0037F03C /* Frameworks */,\n\t\t\t\tCE4146701A1B923D0037F03C /* Resources */,\n\t\t\t\t8499D8F91D0069C6004B5B37 /* Embed Frameworks */,\n\t\t\t);\n\t\t\tbuildRules = (\n\t\t\t);\n\t\t\tdependencies = (\n\t\t\t\t84D4B7A31DB0D35500EE38C6 /* PBXTargetDependency */,\n\t\t\t);\n\t\t\tname = RAMAnimatedTabBarDemo;\n\t\t\tproductName = RAMAnimatedTabBarDemo;\n\t\t\tproductReference = CE4146721A1B923D0037F03C /* Animated Tab Bar.app */;\n\t\t\tproductType = \"com.apple.product-type.application\";\n\t\t};\n/* End PBXNativeTarget section */\n\n/* Begin PBXProject section */\n\t\tCE41466A1A1B923D0037F03C /* Project object */ = {\n\t\t\tisa = PBXProject;\n\t\t\tattributes = {\n\t\t\t\tLastSwiftUpdateCheck = 0940;\n\t\t\t\tLastUpgradeCheck = 1020;\n\t\t\t\tORGANIZATIONNAME = Ramotion;\n\t\t\t\tTargetAttributes = {\n\t\t\t\t\t5A1F33B82126AA3D004B8735 = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 9.4;\n\t\t\t\t\t\tLastSwiftMigration = 1020;\n\t\t\t\t\t\tProvisioningStyle = Automatic;\n\t\t\t\t\t\tTestTargetID = CE4146711A1B923D0037F03C;\n\t\t\t\t\t};\n\t\t\t\t\t84D4B79C1DB0D35500EE38C6 = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 8.0;\n\t\t\t\t\t\tLastSwiftMigration = 1020;\n\t\t\t\t\t\tProvisioningStyle = Automatic;\n\t\t\t\t\t};\n\t\t\t\t\tCE4146711A1B923D0037F03C = {\n\t\t\t\t\t\tCreatedOnToolsVersion = 6.1;\n\t\t\t\t\t\tLastSwiftMigration = 1020;\n\t\t\t\t\t};\n\t\t\t\t};\n\t\t\t};\n\t\t\tbuildConfigurationList = CE41466D1A1B923D0037F03C /* Build configuration list for PBXProject \"RAMAnimatedTabBarDemo\" */;\n\t\t\tcompatibilityVersion = \"Xcode 3.2\";\n\t\t\tdevelopmentRegion = en;\n\t\t\thasScannedForEncodings = 0;\n\t\t\tknownRegions = (\n\t\t\t\ten,\n\t\t\t\tBase,\n\t\t\t);\n\t\t\tmainGroup = CE4146691A1B923D0037F03C;\n\t\t\tproductRefGroup = CE4146731A1B923D0037F03C /* Products */;\n\t\t\tprojectDirPath = \"\";\n\t\t\tprojectRoot = \"\";\n\t\t\ttargets = (\n\t\t\t\tCE4146711A1B923D0037F03C /* RAMAnimatedTabBarDemo */,\n\t\t\t\t84D4B79C1DB0D35500EE38C6 /* RAMAnimatedTabBarController */,\n\t\t\t\t5A1F33B82126AA3D004B8735 /* AnimatedTabBarTests */,\n\t\t\t);\n\t\t};\n/* End PBXProject section */\n\n/* Begin PBXResourcesBuildPhase section */\n\t\t5A1F33B72126AA3D004B8735 /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t84D4B79B1DB0D35500EE38C6 /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tCE4146701A1B923D0037F03C /* Resources */ = {\n\t\t\tisa = PBXResourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t849507011D05772B0005EC1A /* ToolsAnimation.plist in Resources */,\n\t\t\t\tCE41467D1A1B923D0037F03C /* Main.storyboard in Resources */,\n\t\t\t\tCE4146821A1B923D0037F03C /* LaunchScreen.xib in Resources */,\n\t\t\t\tCE41467F1A1B923D0037F03C /* Images.xcassets in Resources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXResourcesBuildPhase section */\n\n/* Begin PBXSourcesBuildPhase section */\n\t\t5A1F33B52126AA3D004B8735 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t5A5D3FF021B91D0700304986 /* RAMBadgeTests.swift in Sources */,\n\t\t\t\t5A1F33BC2126AA3D004B8735 /* AnimatedTabBarTests.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\t84D4B7981DB0D35500EE38C6 /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\t84D4B7A91DB0D37700EE38C6 /* RAMBadge.swift in Sources */,\n\t\t\t\t84D4B7AF1DB0D38B00EE38C6 /* RAMTransitionItemAnimations.swift in Sources */,\n\t\t\t\t5ADAB94B209B51E5006CCD85 /* RAMAnimatedTabBarController+BottomLine.swift in Sources */,\n\t\t\t\t3950EDDD235497910072BAAD /* Collection+Extensions.swift in Sources */,\n\t\t\t\t84D4B7B01DB0D38F00EE38C6 /* RAMItemAnimationProtocol.swift in Sources */,\n\t\t\t\t3950EDD9235496AF0072BAAD /* RAMAnimatedTabBarItem.swift in Sources */,\n\t\t\t\t84D4B7AB1DB0D37F00EE38C6 /* RAMFumeAnimation.swift in Sources */,\n\t\t\t\t84D4B7AA1DB0D37B00EE38C6 /* RAMAnimatedTabBarController.swift in Sources */,\n\t\t\t\t84D4B7AC1DB0D38100EE38C6 /* RAMBounceAnimation.swift in Sources */,\n\t\t\t\t84D4B7AE1DB0D38700EE38C6 /* RAMFrameItemAnimation.swift in Sources */,\n\t\t\t\t84D4B7AD1DB0D38400EE38C6 /* RAMRotationAnimation.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n\t\tCE41466E1A1B923D0037F03C /* Sources */ = {\n\t\t\tisa = PBXSourcesBuildPhase;\n\t\t\tbuildActionMask = 2147483647;\n\t\t\tfiles = (\n\t\t\t\tCE41469E1A1B944D0037F03C /* RAMFrameItemAnimation.swift in Sources */,\n\t\t\t\tCE90A8401A1C7C14002D8931 /* RAMAnimatedTabBarController.swift in Sources */,\n\t\t\t\tCE41467A1A1B923D0037F03C /* ViewController.swift in Sources */,\n\t\t\t\t5ADAB94A209B0FA8006CCD85 /* RAMAnimatedTabBarController+BottomLine.swift in Sources */,\n\t\t\t\tCE90A8431A1C8DD3002D8931 /* RAMRotationAnimation.swift in Sources */,\n\t\t\t\tF3E056BE1A2DD57600F33DDA /* RAMFumeAnimation.swift in Sources */,\n\t\t\t\tCE41469F1A1B944D0037F03C /* RAMTransitionItemAnimations.swift in Sources */,\n\t\t\t\t3950EDDC235497650072BAAD /* Collection+Extensions.swift in Sources */,\n\t\t\t\t84BC64221C22E4C800B89B79 /* RAMBadge.swift in Sources */,\n\t\t\t\t3950EDD82354950E0072BAAD /* RAMAnimatedTabBarItem.swift in Sources */,\n\t\t\t\tCE4146A01A1B944D0037F03C /* RAMItemAnimationProtocol.swift in Sources */,\n\t\t\t\tCE4146781A1B923D0037F03C /* AppDelegate.swift in Sources */,\n\t\t\t\tCE90A8791A1CE200002D8931 /* RAMBounceAnimation.swift in Sources */,\n\t\t\t);\n\t\t\trunOnlyForDeploymentPostprocessing = 0;\n\t\t};\n/* End PBXSourcesBuildPhase section */\n\n/* Begin PBXTargetDependency section */\n\t\t5A1F33BF2126AA3D004B8735 /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\ttarget = CE4146711A1B923D0037F03C /* RAMAnimatedTabBarDemo */;\n\t\t\ttargetProxy = 5A1F33BE2126AA3D004B8735 /* PBXContainerItemProxy */;\n\t\t};\n\t\t84D4B7A31DB0D35500EE38C6 /* PBXTargetDependency */ = {\n\t\t\tisa = PBXTargetDependency;\n\t\t\ttarget = 84D4B79C1DB0D35500EE38C6 /* RAMAnimatedTabBarController */;\n\t\t\ttargetProxy = 84D4B7A21DB0D35500EE38C6 /* PBXContainerItemProxy */;\n\t\t};\n/* End PBXTargetDependency section */\n\n/* Begin PBXVariantGroup section */\n\t\tCE41467B1A1B923D0037F03C /* Main.storyboard */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\tCE41467C1A1B923D0037F03C /* Base */,\n\t\t\t);\n\t\t\tname = Main.storyboard;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n\t\tCE4146801A1B923D0037F03C /* LaunchScreen.xib */ = {\n\t\t\tisa = PBXVariantGroup;\n\t\t\tchildren = (\n\t\t\t\tCE4146811A1B923D0037F03C /* Base */,\n\t\t\t);\n\t\t\tname = LaunchScreen.xib;\n\t\t\tsourceTree = \"<group>\";\n\t\t};\n/* End PBXVariantGroup section */\n\n/* Begin XCBuildConfiguration section */\n\t\t5A1F33C02126AA3D004B8735 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tBUNDLE_LOADER = \"$(TEST_HOST)\";\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++14\";\n\t\t\t\tCLANG_ENABLE_OBJC_WEAK = YES;\n\t\t\t\tCLANG_WARN_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;\n\t\t\t\tCODE_SIGN_IDENTITY = \"iPhone Developer\";\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = dwarf;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu11;\n\t\t\t\tINFOPLIST_FILE = AnimatedTabBarTests/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.ramotion.AnimatedTabBarTests;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tTEST_HOST = \"$(BUILT_PRODUCTS_DIR)/Animated Tab Bar.app/Animated Tab Bar\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t5A1F33C12126AA3D004B8735 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tBUNDLE_LOADER = \"$(TEST_HOST)\";\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++14\";\n\t\t\t\tCLANG_ENABLE_OBJC_WEAK = YES;\n\t\t\t\tCLANG_WARN_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;\n\t\t\t\tCODE_SIGN_IDENTITY = \"iPhone Developer\";\n\t\t\t\tCODE_SIGN_STYLE = Automatic;\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = \"dwarf-with-dsym\";\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu11;\n\t\t\t\tINFOPLIST_FILE = AnimatedTabBarTests/Info.plist;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.ramotion.AnimatedTabBarTests;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tTEST_HOST = \"$(BUILT_PRODUCTS_DIR)/Animated Tab Bar.app/Animated Tab Bar\";\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\t84D4B7A61DB0D35500EE38C6 /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_WARN_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVES = YES;\n\t\t\t\tCODE_SIGN_IDENTITY = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"\";\n\t\t\t\tCURRENT_PROJECT_VERSION = 1;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = dwarf;\n\t\t\t\tDEFINES_MODULE = YES;\n\t\t\t\tDEVELOPMENT_TEAM = \"\";\n\t\t\t\tDYLIB_COMPATIBILITY_VERSION = 1;\n\t\t\t\tDYLIB_CURRENT_VERSION = 1;\n\t\t\t\tDYLIB_INSTALL_NAME_BASE = \"@rpath\";\n\t\t\t\tINFOPLIST_FILE = TabBarLib/Info.plist;\n\t\t\t\tINSTALL_PATH = \"$(LOCAL_LIBRARY_DIR)/Frameworks\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 9.0;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.ramotion.RAMAnimatedTabBarController;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tVERSIONING_SYSTEM = \"apple-generic\";\n\t\t\t\tVERSION_INFO_PREFIX = \"\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\t84D4B7A71DB0D35500EE38C6 /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tCLANG_ANALYZER_NONNULL = YES;\n\t\t\t\tCLANG_WARN_DOCUMENTATION_COMMENTS = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVES = YES;\n\t\t\t\tCODE_SIGN_IDENTITY = \"\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"\";\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tCURRENT_PROJECT_VERSION = 1;\n\t\t\t\tDEBUG_INFORMATION_FORMAT = \"dwarf-with-dsym\";\n\t\t\t\tDEFINES_MODULE = YES;\n\t\t\t\tDEVELOPMENT_TEAM = \"\";\n\t\t\t\tDYLIB_COMPATIBILITY_VERSION = 1;\n\t\t\t\tDYLIB_CURRENT_VERSION = 1;\n\t\t\t\tDYLIB_INSTALL_NAME_BASE = \"@rpath\";\n\t\t\t\tINFOPLIST_FILE = TabBarLib/Info.plist;\n\t\t\t\tINSTALL_PATH = \"$(LOCAL_LIBRARY_DIR)/Frameworks\";\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 9.0;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks @loader_path/Frameworks\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.ramotion.RAMAnimatedTabBarController;\n\t\t\t\tPRODUCT_NAME = \"$(TARGET_NAME)\";\n\t\t\t\tSKIP_INSTALL = YES;\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t\tVERSIONING_SYSTEM = \"apple-generic\";\n\t\t\t\tVERSION_INFO_PREFIX = \"\";\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\tCE41468F1A1B923D0037F03C /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCOPY_PHASE_STRIP = NO;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tENABLE_TESTABILITY = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu99;\n\t\t\t\tGCC_DYNAMIC_NO_PIC = NO;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_OPTIMIZATION_LEVEL = 0;\n\t\t\t\tGCC_PREPROCESSOR_DEFINITIONS = (\n\t\t\t\t\t\"DEBUG=1\",\n\t\t\t\t\t\"$(inherited)\",\n\t\t\t\t);\n\t\t\t\tGCC_SYMBOLS_PRIVATE_EXTERN = NO;\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 12.2;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = YES;\n\t\t\t\tONLY_ACTIVE_ARCH = YES;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Onone\";\n\t\t\t\tSWIFT_VERSION = 4.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tCE4146901A1B923D0037F03C /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_SEARCH_USER_PATHS = NO;\n\t\t\t\tCLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;\n\t\t\t\tCLANG_CXX_LANGUAGE_STANDARD = \"gnu++0x\";\n\t\t\t\tCLANG_CXX_LIBRARY = \"libc++\";\n\t\t\t\tCLANG_ENABLE_MODULES = YES;\n\t\t\t\tCLANG_ENABLE_OBJC_ARC = YES;\n\t\t\t\tCLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;\n\t\t\t\tCLANG_WARN_BOOL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_COMMA = YES;\n\t\t\t\tCLANG_WARN_CONSTANT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;\n\t\t\t\tCLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;\n\t\t\t\tCLANG_WARN_EMPTY_BODY = YES;\n\t\t\t\tCLANG_WARN_ENUM_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_INFINITE_RECURSION = YES;\n\t\t\t\tCLANG_WARN_INT_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;\n\t\t\t\tCLANG_WARN_OBJC_LITERAL_CONVERSION = YES;\n\t\t\t\tCLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;\n\t\t\t\tCLANG_WARN_RANGE_LOOP_ANALYSIS = YES;\n\t\t\t\tCLANG_WARN_STRICT_PROTOTYPES = YES;\n\t\t\t\tCLANG_WARN_SUSPICIOUS_MOVE = YES;\n\t\t\t\tCLANG_WARN_UNREACHABLE_CODE = YES;\n\t\t\t\tCLANG_WARN__DUPLICATE_METHOD_MATCH = YES;\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tCOPY_PHASE_STRIP = YES;\n\t\t\t\tENABLE_NS_ASSERTIONS = NO;\n\t\t\t\tENABLE_STRICT_OBJC_MSGSEND = YES;\n\t\t\t\tGCC_C_LANGUAGE_STANDARD = gnu99;\n\t\t\t\tGCC_NO_COMMON_BLOCKS = YES;\n\t\t\t\tGCC_WARN_64_TO_32_BIT_CONVERSION = YES;\n\t\t\t\tGCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;\n\t\t\t\tGCC_WARN_UNDECLARED_SELECTOR = YES;\n\t\t\t\tGCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;\n\t\t\t\tGCC_WARN_UNUSED_FUNCTION = YES;\n\t\t\t\tGCC_WARN_UNUSED_VARIABLE = YES;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 12.2;\n\t\t\t\tMTL_ENABLE_DEBUG_INFO = NO;\n\t\t\t\tSDKROOT = iphoneos;\n\t\t\t\tSWIFT_OPTIMIZATION_LEVEL = \"-Owholemodule\";\n\t\t\t\tSWIFT_VERSION = 4.0;\n\t\t\t\tTARGETED_DEVICE_FAMILY = \"1,2\";\n\t\t\t\tVALIDATE_PRODUCT = YES;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n\t\tCE4146921A1B923D0037F03C /* Debug */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tCODE_SIGN_IDENTITY = \"iPhone Developer\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tDEFINES_MODULE = YES;\n\t\t\t\tDEVELOPMENT_TEAM = \"\";\n\t\t\t\tINFOPLIST_FILE = RAMAnimatedTabBarDemo/Info.plist;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 9.0;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.ramotion.dev;\n\t\t\t\tPRODUCT_NAME = \"Animated Tab Bar\";\n\t\t\t\tPROVISIONING_PROFILE = \"\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t};\n\t\t\tname = Debug;\n\t\t};\n\t\tCE4146931A1B923D0037F03C /* Release */ = {\n\t\t\tisa = XCBuildConfiguration;\n\t\t\tbuildSettings = {\n\t\t\t\tALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;\n\t\t\t\tASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;\n\t\t\t\tCODE_SIGN_IDENTITY = \"iPhone Developer\";\n\t\t\t\t\"CODE_SIGN_IDENTITY[sdk=iphoneos*]\" = \"iPhone Developer\";\n\t\t\t\tDEFINES_MODULE = YES;\n\t\t\t\tDEVELOPMENT_TEAM = \"\";\n\t\t\t\tINFOPLIST_FILE = RAMAnimatedTabBarDemo/Info.plist;\n\t\t\t\tIPHONEOS_DEPLOYMENT_TARGET = 9.0;\n\t\t\t\tLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\n\t\t\t\tPRODUCT_BUNDLE_IDENTIFIER = com.ramotion.dev;\n\t\t\t\tPRODUCT_NAME = \"Animated Tab Bar\";\n\t\t\t\tPROVISIONING_PROFILE = \"\";\n\t\t\t\tSWIFT_VERSION = 5.0;\n\t\t\t};\n\t\t\tname = Release;\n\t\t};\n/* End XCBuildConfiguration section */\n\n/* Begin XCConfigurationList section */\n\t\t5A1F33C22126AA3D004B8735 /* Build configuration list for PBXNativeTarget \"AnimatedTabBarTests\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t5A1F33C02126AA3D004B8735 /* Debug */,\n\t\t\t\t5A1F33C12126AA3D004B8735 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\t84D4B7A81DB0D35500EE38C6 /* Build configuration list for PBXNativeTarget \"RAMAnimatedTabBarController\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\t84D4B7A61DB0D35500EE38C6 /* Debug */,\n\t\t\t\t84D4B7A71DB0D35500EE38C6 /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\tCE41466D1A1B923D0037F03C /* Build configuration list for PBXProject \"RAMAnimatedTabBarDemo\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tCE41468F1A1B923D0037F03C /* Debug */,\n\t\t\t\tCE4146901A1B923D0037F03C /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n\t\tCE4146911A1B923D0037F03C /* Build configuration list for PBXNativeTarget \"RAMAnimatedTabBarDemo\" */ = {\n\t\t\tisa = XCConfigurationList;\n\t\t\tbuildConfigurations = (\n\t\t\t\tCE4146921A1B923D0037F03C /* Debug */,\n\t\t\t\tCE4146931A1B923D0037F03C /* Release */,\n\t\t\t);\n\t\t\tdefaultConfigurationIsVisible = 0;\n\t\t\tdefaultConfigurationName = Release;\n\t\t};\n/* End XCConfigurationList section */\n\t};\n\trootObject = CE41466A1A1B923D0037F03C /* Project object */;\n}\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n   version = \"1.0\">\n   <FileRef\n      location = \"self:RAMAnimatedTabBarDemo.xcodeproj\">\n   </FileRef>\n</Workspace>\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>IDEDidComputeMac32BitWarning</key>\n\t<true/>\n</dict>\n</plist>\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>\n\t<false/>\n</dict>\n</plist>\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/RAMAnimatedTabBarDemo.xcodeproj/xcshareddata/xcschemes/RAMAnimatedTabBarController.xcscheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Scheme\n   LastUpgradeVersion = \"1020\"\n   version = \"1.3\">\n   <BuildAction\n      parallelizeBuildables = \"YES\"\n      buildImplicitDependencies = \"YES\">\n      <BuildActionEntries>\n         <BuildActionEntry\n            buildForTesting = \"YES\"\n            buildForRunning = \"YES\"\n            buildForProfiling = \"YES\"\n            buildForArchiving = \"YES\"\n            buildForAnalyzing = \"YES\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"84D4B79C1DB0D35500EE38C6\"\n               BuildableName = \"RAMAnimatedTabBarController.framework\"\n               BlueprintName = \"RAMAnimatedTabBarController\"\n               ReferencedContainer = \"container:RAMAnimatedTabBarDemo.xcodeproj\">\n            </BuildableReference>\n         </BuildActionEntry>\n      </BuildActionEntries>\n   </BuildAction>\n   <TestAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\">\n      <Testables>\n         <TestableReference\n            skipped = \"NO\">\n            <BuildableReference\n               BuildableIdentifier = \"primary\"\n               BlueprintIdentifier = \"5A1F33B82126AA3D004B8735\"\n               BuildableName = \"AnimatedTabBarTests.xctest\"\n               BlueprintName = \"AnimatedTabBarTests\"\n               ReferencedContainer = \"container:RAMAnimatedTabBarDemo.xcodeproj\">\n            </BuildableReference>\n         </TestableReference>\n      </Testables>\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"84D4B79C1DB0D35500EE38C6\"\n            BuildableName = \"RAMAnimatedTabBarController.framework\"\n            BlueprintName = \"RAMAnimatedTabBarController\"\n            ReferencedContainer = \"container:RAMAnimatedTabBarDemo.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </TestAction>\n   <LaunchAction\n      buildConfiguration = \"Debug\"\n      selectedDebuggerIdentifier = \"Xcode.DebuggerFoundation.Debugger.LLDB\"\n      selectedLauncherIdentifier = \"Xcode.DebuggerFoundation.Launcher.LLDB\"\n      launchStyle = \"0\"\n      useCustomWorkingDirectory = \"NO\"\n      ignoresPersistentStateOnLaunch = \"NO\"\n      debugDocumentVersioning = \"YES\"\n      debugServiceExtension = \"internal\"\n      allowLocationSimulation = \"YES\">\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"84D4B79C1DB0D35500EE38C6\"\n            BuildableName = \"RAMAnimatedTabBarController.framework\"\n            BlueprintName = \"RAMAnimatedTabBarController\"\n            ReferencedContainer = \"container:RAMAnimatedTabBarDemo.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n      <AdditionalOptions>\n      </AdditionalOptions>\n   </LaunchAction>\n   <ProfileAction\n      buildConfiguration = \"Release\"\n      shouldUseLaunchSchemeArgsEnv = \"YES\"\n      savedToolIdentifier = \"\"\n      useCustomWorkingDirectory = \"NO\"\n      debugDocumentVersioning = \"YES\">\n      <MacroExpansion>\n         <BuildableReference\n            BuildableIdentifier = \"primary\"\n            BlueprintIdentifier = \"84D4B79C1DB0D35500EE38C6\"\n            BuildableName = \"RAMAnimatedTabBarController.framework\"\n            BlueprintName = \"RAMAnimatedTabBarController\"\n            ReferencedContainer = \"container:RAMAnimatedTabBarDemo.xcodeproj\">\n         </BuildableReference>\n      </MacroExpansion>\n   </ProfileAction>\n   <AnalyzeAction\n      buildConfiguration = \"Debug\">\n   </AnalyzeAction>\n   <ArchiveAction\n      buildConfiguration = \"Release\"\n      revealArchiveInOrganizer = \"YES\">\n   </ArchiveAction>\n</Scheme>\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/TabBarLib/Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>en</string>\n\t<key>CFBundleExecutable</key>\n\t<string>$(EXECUTABLE_NAME)</string>\n\t<key>CFBundleIdentifier</key>\n\t<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>$(PRODUCT_NAME)</string>\n\t<key>CFBundlePackageType</key>\n\t<string>FMWK</string>\n\t<key>CFBundleShortVersionString</key>\n\t<string>1.0</string>\n\t<key>CFBundleVersion</key>\n\t<string>$(CURRENT_PROJECT_VERSION)</string>\n\t<key>NSPrincipalClass</key>\n\t<string></string>\n</dict>\n</plist>\n"
  },
  {
    "path": "RAMAnimatedTabBarDemo/TabBarLib/TabBarLib.h",
    "content": "//\n//  TabBarLib.h\n//  TabBarLib\n//\n//  Created by Alex K. on 14/10/16.\n//  Copyright © 2016 Ramotion. All rights reserved.\n//\n\n#import <UIKit/UIKit.h>\n\n//! Project version number for TabBarLib.\nFOUNDATION_EXPORT double TabBarLibVersionNumber;\n\n//! Project version string for TabBarLib.\nFOUNDATION_EXPORT const unsigned char TabBarLibVersionString[];\n\n// In this header, you should import all the public headers of your framework using statements like #import <TabBarLib/PublicHeader.h>\n\n\n"
  },
  {
    "path": "README.md",
    "content": "<a href=\"https://www.ramotion.com/agency/app-development/?utm_source=gthb&utm_medium=repo&utm_campaign=animated-tab-bar\"><img src=\"https://github.com/Ramotion/animated-tab-bar/blob/master/header.png\"></a>\n\n<a href=\"https://github.com/Ramotion/animated-tab-bar\">\n<img align=\"left\" src=\"https://github.com/Ramotion/animated-tab-bar/blob/master/Screenshots/animatedTabBar.gif\" width=\"480\" height=\"360\" /></a>\n\n<p><h1 align=\"left\">ANIMATED TAB BAR</h1></p>\n\n<h4>Swift UI module library for adding animation to iOS tabbar items and icons.</h4>\n\n\n___\n\n\n\n<p><h6>We specialize in the designing and coding of custom UI for Mobile Apps and Websites.</h6>\n<a href=\"https://www.ramotion.com/agency/app-development/?utm_source=gthb&utm_medium=repo&utm_campaign=animated-tab-bar\">\n<img src=\"https://github.com/ramotion/gliding-collection/raw/master/contact_our_team@2x.png\" width=\"187\" height=\"34\"></a>\n</p>\n<p><h6>Stay tuned for the latest updates:</h6>\n<a href=\"https://goo.gl/rPFpid\" >\n<img src=\"https://i.imgur.com/ziSqeSo.png/\" width=\"156\" height=\"28\"></a></p>\n\n</br>\n\n[![CocoaPods](https://img.shields.io/cocoapods/p/RAMAnimatedTabBarController.svg)](http://cocoapods.org/pods/RAMAnimatedTabBarController)\n[![CocoaPods](https://img.shields.io/cocoapods/v/RAMAnimatedTabBarController.svg)](http://cocoapods.org/pods/RAMAnimatedTabBarController)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Ramotion/animated-tab-bar)\n[![Swift 4.0](https://img.shields.io/badge/Swift-5.0-green.svg?style=flat)](https://developer.apple.com/swift/)\n[![Twitter](https://img.shields.io/badge/Twitter-@Ramotion-blue.svg?style=flat)](http://twitter.com/Ramotion)\n[![Travis](https://img.shields.io/travis/Ramotion/animated-tab-bar.svg)](https://travis-ci.org/Ramotion/animated-tab-bar)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/Ramotion)\n\n## Requirements\n\n- iOS 9.0+\n- Xcode 10.2\n\n## Installation\n\nJust add the RAMAnimatedTabBarController folder to your project.\n\nor use [CocoaPods](https://cocoapods.org) with Podfile:\n``` ruby\npod 'RAMAnimatedTabBarController'\n```\n\nor [Carthage](https://github.com/Carthage/Carthage) users can simply add to their `Cartfile`:\n```\ngithub \"Ramotion/animated-tab-bar\"\n```\n\nor [Swift Package Manager](https://swift.org/package-manager/) \n\n\n## Usage\n\n1. Create a new UITabBarController in your storyboard or nib.\n\n2. Set the class of the UITabBarController to RAMAnimatedTabBarController in your Storyboard or nib.\n\n3. For each UITabBarItem, set the class to RAMAnimatedTabBarItem.\n\n4. Add a custom image icon for each RAMAnimatedTabBarItem\n\n5. Add animation for each RAMAnimatedTabBarItem :\n   * drag and drop an NSObject item into your ViewController\n   * set its class to ANIMATION_CLASS (where ANIMATION_CLASS is the class name of the animation you want to use)\n   * connect the outlet animation in RAMAnimatedTabBarItem to your ANIMATION_CLASS\n   [Demonstration video for step 5](http://vimeo.com/112390386)\n\n\n## Included Animations\n\n* RAMBounceAnimation\n* RAMLeftRotationAnimation\n* RAMRightRotationAnimation\n* RAMFlipLeftTransitionItemAnimations\n* RAMFlipRightTransitionItemAnimations\n* RAMFlipTopTransitionItemAnimations\n* RAMFlipBottomTransitionItemAnimations\n* RAMFrameItemAnimation\n* RAMFumeAnimation\n\n## Creating Custom Animations\n1. Create a new class which inherits from RAMItemAnimation:\n\n  ``` swift\n     class NewAnimation : RAMItemAnimation\n  ```\n2. Implement the methods in RAMItemAnimationProtocol:\n\n\n  ``` swift\n    // method call when Tab Bar Item is selected\n    override func playAnimation(icon: UIImageView, textLabel: UILabel) {\n      // add animation\n    }\n  ```  \n  ``` swift\n    // method call when Tab Bar Item is deselected\n    override func deselectAnimation(icon: UIImageView, textLabel: UILabel, defaultTextColor: UIColor, defaultIconColor: UIColor) {\n      // add animation\n    }\n  ```    \n  ``` swift\n    // method call when TabBarController did load\n    override func selectedState(icon: UIImageView, textLabel: UILabel) {\n      // set selected state  \n    }\n  ```\n\n3. Example:\n\n``` swift\nimport RAMAnimatedTabBarController\n\nclass RAMBounceAnimation : RAMItemAnimation {\n\n    override func playAnimation(_ icon: UIImageView, textLabel: UILabel) {\n        playBounceAnimation(icon)\n        textLabel.textColor = textSelectedColor\n    }\n\n    override func deselectAnimation(_ icon: UIImageView, textLabel: UILabel, defaultTextColor: UIColor, defaultIconColor: UIColor) {\n        textLabel.textColor = defaultTextColor\n    }\n\n    override func selectedState(_ icon: UIImageView, textLabel: UILabel) {\n        textLabel.textColor = textSelectedColor\n    }\n\n    func playBounceAnimation(_ icon : UIImageView) {\n\n        let bounceAnimation = CAKeyframeAnimation(keyPath: \"transform.scale\")\n        bounceAnimation.values = [1.0 ,1.4, 0.9, 1.15, 0.95, 1.02, 1.0]\n        bounceAnimation.duration = TimeInterval(duration)\n        bounceAnimation.calculationMode = kCAAnimationCubic\n\n        icon.layer.add(bounceAnimation, forKey: \"bounceAnimation\")\n    }\n}\n```\n\n\n## 📄 License\n\nAnimated Tab Bar is released under the MIT license.\nSee [LICENSE](./LICENSE) for details.\n\nThis library is a part of a <a href=\"https://github.com/Ramotion/swift-ui-animation-components-and-libraries\"><b>selection of our best UI open-source projects.</b></a>\n\nIf you use the open-source library in your project, please make sure to credit and backlink to www.ramotion.com\n\n## 📱 Get the Showroom App for iOS to give it a try\nTry this UI component and more like this in our iOS app. Contact us if interested.\n\n<a href=\"https://itunes.apple.com/app/apple-store/id1182360240?pt=550053&ct=animated-tab-bar&mt=8\" >\n<img src=\"https://github.com/ramotion/gliding-collection/raw/master/app_store@2x.png\" width=\"117\" height=\"34\"></a>\n\n<a href=\"https://www.ramotion.com/agency/app-development/?utm_source=gthb&utm_medium=repo&utm_campaign=animated-tab-bar\">\n<img src=\"https://github.com/ramotion/gliding-collection/raw/master/contact_our_team@2x.png\" width=\"187\" height=\"34\"></a>\n<br>\n<br>\n"
  },
  {
    "path": "docs/Classes/RAMAnimatedTabBarController.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMAnimatedTabBarController Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMAnimatedTabBarController\" class=\"dashAnchor\"></a>\n    <a title=\"RAMAnimatedTabBarController Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMAnimatedTabBarController Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMAnimatedTabBarController</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMAnimatedTabBarController</span><span class=\"p\">:</span> <span class=\"kt\">UITabBarController</span></code></pre>\n\n                </div>\n              </div>\n            <p>UITabBarController with item animations</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <div class=\"task-name-container\">\n                <a name=\"/life%20circle\"></a>\n                <a name=\"//apple_ref/swift/Section/life circle\" class=\"dashAnchor\"></a>\n                <a href=\"#/life%20circle\">\n                  <h3 class=\"section-name\">life circle</h3>\n                </a>\n              </div>\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarControllercFT7nibNameGSqSS_6bundleGSqCSo8NSBundle__S0_\"></a>\n                    <a name=\"//apple_ref/swift/Method/init(nibName:bundle:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarControllercFT7nibNameGSqSS_6bundleGSqCSo8NSBundle__S0_\">init(nibName:bundle:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Returns a newly initialized view controller with the nib file in the specified bundle.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"k\">override</span> <span class=\"nf\">init</span><span class=\"p\">(</span><span class=\"n\">nibName</span> <span class=\"nv\">nibNameOrNil</span><span class=\"p\">:</span> <span class=\"kt\">String</span><span class=\"p\">?,</span> <span class=\"n\">bundle</span> <span class=\"nv\">nibBundleOrNil</span><span class=\"p\">:</span> <span class=\"kt\">NSBundle</span><span class=\"p\">?)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>nibNameOrNil</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>The name of the nib file to associate with the view controller. The nib file name should not contain any leading path information. If you specify nil, the nibName property is set to nil.</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>nibBundleOrNil</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>The bundle in which to search for the nib file. This method looks for the nib file in the bundle&rsquo;s language-specific project directories first, followed by the Resources directory. If this parameter is nil, the method uses the heuristics described below to locate the nib file.</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                      <div>\n                        <h4>Return Value</h4>\n                        <p>A newly initialized RAMAnimatedTabBarController object.</p>\n\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarControllercFT15viewControllersGSaCSo16UIViewController__S0_\"></a>\n                    <a name=\"//apple_ref/swift/Method/init(viewControllers:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarControllercFT15viewControllersGSaCSo16UIViewController__S0_\">init(viewControllers:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Returns a newly initialized view controller with the nib file in the specified bundle.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"nf\">init</span><span class=\"p\">(</span><span class=\"nv\">viewControllers</span><span class=\"p\">:</span> <span class=\"p\">[</span><span class=\"kt\">UIViewController</span><span class=\"p\">])</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>viewControllers</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>Sets the root view controllers of the tab bar controller.</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                      <div>\n                        <h4>Return Value</h4>\n                        <p>A newly initialized RAMAnimatedTabBarController object.</p>\n\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarControllercFT5coderCSo7NSCoder_GSqS0__\"></a>\n                    <a name=\"//apple_ref/swift/Method/init(coder:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarControllercFT5coderCSo7NSCoder_GSqS0__\">init(coder:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Returns a newly initialized view controller with the nib file in the specified bundle.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">required</span> <span class=\"kd\">public</span> <span class=\"nf\">init</span><span class=\"p\">?(</span><span class=\"n\">coder</span> <span class=\"nv\">aDecoder</span><span class=\"p\">:</span> <span class=\"kt\">NSCoder</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>coder</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>An unarchiver object.</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                      <div>\n                        <h4>Return Value</h4>\n                        <p>A newly initialized RAMAnimatedTabBarController object.</p>\n\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController19changeSelectedColorFTCSo7UIColor17iconSelectedColorS1__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/changeSelectedColor(_:iconSelectedColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController19changeSelectedColorFTCSo7UIColor17iconSelectedColorS1__T_\">changeSelectedColor(_:iconSelectedColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Change selected color for each UITabBarItem</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">changeSelectedColor</span><span class=\"p\">(</span><span class=\"nv\">textSelectedColor</span><span class=\"p\">:</span><span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"nv\">iconSelectedColor</span><span class=\"p\">:</span><span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textSelectedColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>set new color for text</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>iconSelectedColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>set new color for icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController21animationTabBarHiddenFSbT_\"></a>\n                    <a name=\"//apple_ref/swift/Method/animationTabBarHidden(_:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController21animationTabBarHiddenFSbT_\">animationTabBarHidden(_:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Hide UITabBarController</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">animationTabBarHidden</span><span class=\"p\">(</span><span class=\"nv\">isHidden</span><span class=\"p\">:</span><span class=\"kt\">Bool</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>isHidden</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>A Boolean indicating whether the UITabBarController is displayed</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController14setSelectIndexFT4fromSi2toSi_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/setSelectIndex(from:to:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController14setSelectIndexFT4fromSi2toSi_T_\">setSelectIndex(from:to:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Selected UITabBarItem with animaton</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">setSelectIndex</span><span class=\"p\">(</span><span class=\"n\">from</span> <span class=\"nv\">from</span><span class=\"p\">:</span> <span class=\"kt\">Int</span><span class=\"p\">,</span> <span class=\"nv\">to</span><span class=\"p\">:</span> <span class=\"kt\">Int</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>from</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>Index for unselected animation</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>to</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>Index for selected animation</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/Classes/RAMAnimatedTabBarItem.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMAnimatedTabBarItem Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMAnimatedTabBarItem\" class=\"dashAnchor\"></a>\n    <a title=\"RAMAnimatedTabBarItem Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMAnimatedTabBarItem Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMAnimatedTabBarItem</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMAnimatedTabBarItem</span><span class=\"p\">:</span> <span class=\"kt\">UITabBarItem</span></code></pre>\n\n                </div>\n              </div>\n            <p>UITabBarItem with animation</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem9animationGSQCS_16RAMItemAnimation_\"></a>\n                    <a name=\"//apple_ref/swift/Property/animation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem9animationGSQCS_16RAMItemAnimation_\">animation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>animation for UITabBarItem. use RAMFumeAnimation, RAMBounceAnimation, RAMRotationAnimation, RAMFrameItemAnimation, RAMTransitionAnimation\nor create custom anmation inherit RAMItemAnimation</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBOutlet</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">animation</span><span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span><span class=\"o\">!</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem8textFontCSo6UIFont\"></a>\n                    <a name=\"//apple_ref/swift/Property/textFont\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem8textFontCSo6UIFont\">textFont</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The font used to render the UITabBarItem text.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">textFont</span><span class=\"p\">:</span> <span class=\"kt\">UIFont</span> <span class=\"o\">=</span> <span class=\"kt\">UIFont</span><span class=\"o\">.</span><span class=\"nf\">systemFontOfSize</span><span class=\"p\">(</span><span class=\"mi\">10</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem9textColorCSo7UIColor\"></a>\n                    <a name=\"//apple_ref/swift/Property/textColor\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem9textColorCSo7UIColor\">textColor</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The color of the UITabBarItem text.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">textColor</span><span class=\"p\">:</span> <span class=\"kt\">UIColor</span> <span class=\"o\">=</span> <span class=\"kt\">UIColor</span><span class=\"o\">.</span><span class=\"nf\">blackColor</span><span class=\"p\">()</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem9iconColorCSo7UIColor\"></a>\n                    <a name=\"//apple_ref/swift/Property/iconColor\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem9iconColorCSo7UIColor\">iconColor</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The tint color of the UITabBarItem icon.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">iconColor</span><span class=\"p\">:</span> <span class=\"kt\">UIColor</span> <span class=\"o\">=</span> <span class=\"kt\">UIColor</span><span class=\"o\">.</span><span class=\"nf\">clearColor</span><span class=\"p\">()</span> <span class=\"c1\">// if alpha color is 0 color ignoring</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem13playAnimationFT_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation()\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem13playAnimationFT_T_\">playAnimation()</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start selected animation</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">()</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem17deselectAnimationFT_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation()\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem17deselectAnimationFT_T_\">deselectAnimation()</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start unselected animation</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">()</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem13selectedStateFT_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState()\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem13selectedStateFT_T_\">selectedState()</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Set selected state without animation</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">()</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem10badgeValueGSqSS_\"></a>\n                    <a name=\"//apple_ref/swift/Property/badgeValue\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem10badgeValueGSqSS_\">badgeValue</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The current badge value</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">badgeValue</span><span class=\"p\">:</span> <span class=\"kt\">String</span><span class=\"p\">?</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/Classes/RAMBounceAnimation.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMBounceAnimation Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMBounceAnimation\" class=\"dashAnchor\"></a>\n    <a title=\"RAMBounceAnimation Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMBounceAnimation Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMBounceAnimation</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMBounceAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                </div>\n              </div>\n            <p>The RAMBounceAnimation class provides bounce animation.</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo18RAMBounceAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo18RAMBounceAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\">playAnimation(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is selected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo18RAMBounceAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo18RAMBounceAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\">deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is unselected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"n\">defaultIconColor</span><span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultTextColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem text color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultIconColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem icon color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo18RAMBounceAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo18RAMBounceAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\">selectedState(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Method call when TabBarController did load</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/Classes/RAMFrameItemAnimation.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMFrameItemAnimation Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMFrameItemAnimation\" class=\"dashAnchor\"></a>\n    <a title=\"RAMFrameItemAnimation Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMFrameItemAnimation Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMFrameItemAnimation</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMFrameItemAnimation</span><span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                </div>\n              </div>\n            <p>The RAMFrameItemAnimation class provides keyframe animation.</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation19isDeselectAnimationSb\"></a>\n                    <a name=\"//apple_ref/swift/Property/isDeselectAnimation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation19isDeselectAnimationSb\">isDeselectAnimation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>A Boolean value indicated plaing revers animation when UITabBarItem unselected, if false image change immediately, defalut value true</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">isDeselectAnimation</span><span class=\"p\">:</span> <span class=\"kt\">Bool</span> <span class=\"o\">=</span> <span class=\"kc\">true</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation10imagesPathGSQSS_\"></a>\n                    <a name=\"//apple_ref/swift/Property/imagesPath\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation10imagesPathGSQSS_\">imagesPath</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>path to array of image names from plist file</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">imagesPath</span><span class=\"p\">:</span> <span class=\"kt\">String</span><span class=\"o\">!</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <div class=\"task-name-container\">\n                <a name=\"/public\"></a>\n                <a name=\"//apple_ref/swift/Section/public\" class=\"dashAnchor\"></a>\n                <a href=\"#/public\">\n                  <h3 class=\"section-name\">public</h3>\n                </a>\n              </div>\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation18setAnimationImagesFGSaCSo7UIImage_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/setAnimationImages(_:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation18setAnimationImagesFGSaCSo7UIImage_T_\">setAnimationImages(_:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Set images for keyframe animation</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">setAnimationImages</span><span class=\"p\">(</span><span class=\"nv\">images</span><span class=\"p\">:</span> <span class=\"kt\">Array</span><span class=\"o\">&lt;</span><span class=\"kt\">UIImage</span><span class=\"o\">&gt;</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>images</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>images for keyframe animation</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <div class=\"task-name-container\">\n                <a name=\"/RAMItemAnimationProtocol\"></a>\n                <a name=\"//apple_ref/swift/Section/RAMItemAnimationProtocol\" class=\"dashAnchor\"></a>\n                <a href=\"#/RAMItemAnimationProtocol\">\n                  <h3 class=\"section-name\">RAMItemAnimationProtocol</h3>\n                </a>\n              </div>\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\">playAnimation(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is selected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\">deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is unselected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"n\">defaultIconColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultTextColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem text color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultIconColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem icon color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\">selectedState(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Method call when TabBarController did load</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/Classes/RAMFumeAnimation.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMFumeAnimation Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMFumeAnimation\" class=\"dashAnchor\"></a>\n    <a title=\"RAMFumeAnimation Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMFumeAnimation Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMFumeAnimation</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMFumeAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                </div>\n              </div>\n            <p>The RAMFumeAnimation class provides bounce animation.</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo16RAMFumeAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo16RAMFumeAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\">playAnimation(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is selected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo16RAMFumeAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo16RAMFumeAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\">deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is unselected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"n\">defaultIconColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultTextColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem text color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultIconColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem icon color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo16RAMFumeAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo16RAMFumeAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\">selectedState(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Method call when TabBarController did load</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/Classes/RAMItemAnimation.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMItemAnimation Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMItemAnimation\" class=\"dashAnchor\"></a>\n    <a title=\"RAMItemAnimation Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMItemAnimation Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMItemAnimation</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMItemAnimation</span><span class=\"p\">:</span> <span class=\"kt\">NSObject</span><span class=\"p\">,</span> <span class=\"kt\">RAMItemAnimationProtocol</span></code></pre>\n\n                </div>\n              </div>\n            <p>Base class for UITabBarItems animation</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <div class=\"task-name-container\">\n                <a name=\"/properties\"></a>\n                <a name=\"//apple_ref/swift/Section/properties\" class=\"dashAnchor\"></a>\n                <a href=\"#/properties\">\n                  <h3 class=\"section-name\">properties</h3>\n                </a>\n              </div>\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo16RAMItemAnimation8durationV12CoreGraphics7CGFloat\"></a>\n                    <a name=\"//apple_ref/swift/Property/duration\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo16RAMItemAnimation8durationV12CoreGraphics7CGFloat\">duration</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The duration of the animation</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">duration</span> <span class=\"p\">:</span> <span class=\"kt\">CGFloat</span> <span class=\"o\">=</span> <span class=\"mf\">0.5</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo16RAMItemAnimation17textSelectedColorCSo7UIColor\"></a>\n                    <a name=\"//apple_ref/swift/Property/textSelectedColor\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo16RAMItemAnimation17textSelectedColorCSo7UIColor\">textSelectedColor</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The text color in selected state.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">textSelectedColor</span><span class=\"p\">:</span> <span class=\"kt\">UIColor</span> <span class=\"o\">=</span> <span class=\"kt\">UIColor</span><span class=\"o\">.</span><span class=\"nf\">init</span><span class=\"p\">(</span><span class=\"nv\">red</span><span class=\"p\">:</span> <span class=\"mi\">0</span><span class=\"p\">,</span> <span class=\"nv\">green</span><span class=\"p\">:</span> <span class=\"mf\">0.478431</span><span class=\"p\">,</span> <span class=\"nv\">blue</span><span class=\"p\">:</span> <span class=\"mi\">1</span><span class=\"p\">,</span> <span class=\"nv\">alpha</span><span class=\"p\">:</span> <span class=\"mi\">1</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo16RAMItemAnimation17iconSelectedColorGSQCSo7UIColor_\"></a>\n                    <a name=\"//apple_ref/swift/Property/iconSelectedColor\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo16RAMItemAnimation17iconSelectedColorGSQCSo7UIColor_\">iconSelectedColor</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The icon color in selected state.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">iconSelectedColor</span><span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"o\">!</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo16RAMItemAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo16RAMItemAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\">playAnimation(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is selected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo16RAMItemAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo16RAMItemAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\">deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is unselected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"n\">defaultIconColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultTextColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem text color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultIconColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem icon color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo16RAMItemAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo16RAMItemAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\">selectedState(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Method call when TabBarController did load</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span><span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/Classes/RAMRotationAnimation.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMRotationAnimation Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMRotationAnimation\" class=\"dashAnchor\"></a>\n    <a title=\"RAMRotationAnimation Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMRotationAnimation Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMRotationAnimation</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMRotationAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                </div>\n              </div>\n            <p>The RAMRotationAnimation class provides rotation animation.</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:OC21RAMAnimatedTabBarDemo20RAMRotationAnimation20RAMRotationDirection\"></a>\n                    <a name=\"//apple_ref/swift/Enum/RAMRotationDirection\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:OC21RAMAnimatedTabBarDemo20RAMRotationAnimation20RAMRotationDirection\">RAMRotationDirection</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Animation direction</p>\n\n<ul>\n<li>Left:  left direction</li>\n<li>Right: right direction</li>\n</ul>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">enum</span> <span class=\"kt\">RAMRotationDirection</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo20RAMRotationAnimation9directionGSQOS0_20RAMRotationDirection_\"></a>\n                    <a name=\"//apple_ref/swift/Property/direction\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo20RAMRotationAnimation9directionGSQOS0_20RAMRotationDirection_\">direction</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Animation direction (left, right)</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">direction</span> <span class=\"p\">:</span> <span class=\"kt\">RAMRotationDirection</span><span class=\"o\">!</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo20RAMRotationAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo20RAMRotationAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\">playAnimation(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is selected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo20RAMRotationAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo20RAMRotationAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\">deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is unselected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"n\">defaultIconColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultTextColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem text color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultIconColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem icon color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo20RAMRotationAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo20RAMRotationAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\">selectedState(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Method call when TabBarController did load</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/Classes/RAMTransitionItemAnimations.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMTransitionItemAnimations Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMTransitionItemAnimations\" class=\"dashAnchor\"></a>\n    <a title=\"RAMTransitionItemAnimations Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMTransitionItemAnimations Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMTransitionItemAnimations</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMTransitionItemAnimations</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                </div>\n              </div>\n            <p>Transition animtion</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations17transitionOptionsGSQVSC22UIViewAnimationOptions_\"></a>\n                    <a name=\"//apple_ref/swift/Property/transitionOptions\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations17transitionOptionsGSQVSC22UIViewAnimationOptions_\">transitionOptions</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Options for animating. Default TransitionNone</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">transitionOptions</span> <span class=\"p\">:</span> <span class=\"kt\">UIViewAnimationOptions</span><span class=\"o\">!</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\">playAnimation(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is selected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\">deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is unselected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"n\">defaultIconColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultTextColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem text color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultIconColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem icon color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\">selectedState(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Method call when TabBarController did load</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/Classes.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>Classes  Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"js/jquery.min.js\" defer></script>\n    <script src=\"js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a title=\"Classes  Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"img/carat.png\" />\n        Classes  Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>Classes</h1>\n            <p>The following classes are available globally.</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo21RAMFrameItemAnimation\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMFrameItemAnimation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo21RAMFrameItemAnimation\">RAMFrameItemAnimation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The RAMFrameItemAnimation class provides keyframe animation.</p>\n\n                        <a href=\"Classes/RAMFrameItemAnimation.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMFrameItemAnimation</span><span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <div class=\"task-name-container\">\n                <a name=\"/Custom%20Badge\"></a>\n                <a name=\"//apple_ref/swift/Section/Custom Badge\" class=\"dashAnchor\"></a>\n                <a href=\"#/Custom%20Badge\">\n                  <h3 class=\"section-name\">Custom Badge</h3>\n                </a>\n              </div>\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMAnimatedTabBarItem\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem\">RAMAnimatedTabBarItem</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>UITabBarItem with animation</p>\n\n                        <a href=\"Classes/RAMAnimatedTabBarItem.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMAnimatedTabBarItem</span><span class=\"p\">:</span> <span class=\"kt\">UITabBarItem</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMAnimatedTabBarController\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController\">RAMAnimatedTabBarController</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>UITabBarController with item animations</p>\n\n                        <a href=\"Classes/RAMAnimatedTabBarController.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMAnimatedTabBarController</span><span class=\"p\">:</span> <span class=\"kt\">UITabBarController</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo20RAMRotationAnimation\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMRotationAnimation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo20RAMRotationAnimation\">RAMRotationAnimation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The RAMRotationAnimation class provides rotation animation.</p>\n\n                        <a href=\"Classes/RAMRotationAnimation.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMRotationAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo16RAMFumeAnimation\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMFumeAnimation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo16RAMFumeAnimation\">RAMFumeAnimation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The RAMFumeAnimation class provides bounce animation.</p>\n\n                        <a href=\"Classes/RAMFumeAnimation.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMFumeAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMTransitionItemAnimations\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations\">RAMTransitionItemAnimations</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Transition animtion</p>\n\n                        <a href=\"Classes/RAMTransitionItemAnimations.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMTransitionItemAnimations</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo16RAMItemAnimation\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMItemAnimation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo16RAMItemAnimation\">RAMItemAnimation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Base class for UITabBarItems animation</p>\n\n                        <a href=\"Classes/RAMItemAnimation.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMItemAnimation</span><span class=\"p\">:</span> <span class=\"kt\">NSObject</span><span class=\"p\">,</span> <span class=\"kt\">RAMItemAnimationProtocol</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo18RAMBounceAnimation\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMBounceAnimation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo18RAMBounceAnimation\">RAMBounceAnimation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The RAMBounceAnimation class provides bounce animation.</p>\n\n                        <a href=\"Classes/RAMBounceAnimation.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMBounceAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/css/highlight.css",
    "content": "/* Credit to https://gist.github.com/wataru420/2048287 */\n.highlight {\n  /* Comment */\n  /* Error */\n  /* Keyword */\n  /* Operator */\n  /* Comment.Multiline */\n  /* Comment.Preproc */\n  /* Comment.Single */\n  /* Comment.Special */\n  /* Generic.Deleted */\n  /* Generic.Deleted.Specific */\n  /* Generic.Emph */\n  /* Generic.Error */\n  /* Generic.Heading */\n  /* Generic.Inserted */\n  /* Generic.Inserted.Specific */\n  /* Generic.Output */\n  /* Generic.Prompt */\n  /* Generic.Strong */\n  /* Generic.Subheading */\n  /* Generic.Traceback */\n  /* Keyword.Constant */\n  /* Keyword.Declaration */\n  /* Keyword.Pseudo */\n  /* Keyword.Reserved */\n  /* Keyword.Type */\n  /* Literal.Number */\n  /* Literal.String */\n  /* Name.Attribute */\n  /* Name.Builtin */\n  /* Name.Class */\n  /* Name.Constant */\n  /* Name.Entity */\n  /* Name.Exception */\n  /* Name.Function */\n  /* Name.Namespace */\n  /* Name.Tag */\n  /* Name.Variable */\n  /* Operator.Word */\n  /* Text.Whitespace */\n  /* Literal.Number.Float */\n  /* Literal.Number.Hex */\n  /* Literal.Number.Integer */\n  /* Literal.Number.Oct */\n  /* Literal.String.Backtick */\n  /* Literal.String.Char */\n  /* Literal.String.Doc */\n  /* Literal.String.Double */\n  /* Literal.String.Escape */\n  /* Literal.String.Heredoc */\n  /* Literal.String.Interpol */\n  /* Literal.String.Other */\n  /* Literal.String.Regex */\n  /* Literal.String.Single */\n  /* Literal.String.Symbol */\n  /* Name.Builtin.Pseudo */\n  /* Name.Variable.Class */\n  /* Name.Variable.Global */\n  /* Name.Variable.Instance */\n  /* Literal.Number.Integer.Long */ }\n  .highlight .c {\n    color: #999988;\n    font-style: italic; }\n  .highlight .err {\n    color: #a61717;\n    background-color: #e3d2d2; }\n  .highlight .k {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .o {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .cm {\n    color: #999988;\n    font-style: italic; }\n  .highlight .cp {\n    color: #999999;\n    font-weight: bold; }\n  .highlight .c1 {\n    color: #999988;\n    font-style: italic; }\n  .highlight .cs {\n    color: #999999;\n    font-weight: bold;\n    font-style: italic; }\n  .highlight .gd {\n    color: #000000;\n    background-color: #ffdddd; }\n  .highlight .gd .x {\n    color: #000000;\n    background-color: #ffaaaa; }\n  .highlight .ge {\n    color: #000000;\n    font-style: italic; }\n  .highlight .gr {\n    color: #aa0000; }\n  .highlight .gh {\n    color: #999999; }\n  .highlight .gi {\n    color: #000000;\n    background-color: #ddffdd; }\n  .highlight .gi .x {\n    color: #000000;\n    background-color: #aaffaa; }\n  .highlight .go {\n    color: #888888; }\n  .highlight .gp {\n    color: #555555; }\n  .highlight .gs {\n    font-weight: bold; }\n  .highlight .gu {\n    color: #aaaaaa; }\n  .highlight .gt {\n    color: #aa0000; }\n  .highlight .kc {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .kd {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .kp {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .kr {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .kt {\n    color: #445588; }\n  .highlight .m {\n    color: #009999; }\n  .highlight .s {\n    color: #d14; }\n  .highlight .na {\n    color: #008080; }\n  .highlight .nb {\n    color: #0086B3; }\n  .highlight .nc {\n    color: #445588;\n    font-weight: bold; }\n  .highlight .no {\n    color: #008080; }\n  .highlight .ni {\n    color: #800080; }\n  .highlight .ne {\n    color: #990000;\n    font-weight: bold; }\n  .highlight .nf {\n    color: #990000; }\n  .highlight .nn {\n    color: #555555; }\n  .highlight .nt {\n    color: #000080; }\n  .highlight .nv {\n    color: #008080; }\n  .highlight .ow {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .w {\n    color: #bbbbbb; }\n  .highlight .mf {\n    color: #009999; }\n  .highlight .mh {\n    color: #009999; }\n  .highlight .mi {\n    color: #009999; }\n  .highlight .mo {\n    color: #009999; }\n  .highlight .sb {\n    color: #d14; }\n  .highlight .sc {\n    color: #d14; }\n  .highlight .sd {\n    color: #d14; }\n  .highlight .s2 {\n    color: #d14; }\n  .highlight .se {\n    color: #d14; }\n  .highlight .sh {\n    color: #d14; }\n  .highlight .si {\n    color: #d14; }\n  .highlight .sx {\n    color: #d14; }\n  .highlight .sr {\n    color: #009926; }\n  .highlight .s1 {\n    color: #d14; }\n  .highlight .ss {\n    color: #990073; }\n  .highlight .bp {\n    color: #999999; }\n  .highlight .vc {\n    color: #008080; }\n  .highlight .vg {\n    color: #008080; }\n  .highlight .vi {\n    color: #008080; }\n  .highlight .il {\n    color: #009999; }\n"
  },
  {
    "path": "docs/css/jazzy.css",
    "content": "html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr, td {\n  background: transparent;\n  border: 0;\n  margin: 0;\n  outline: 0;\n  padding: 0;\n  vertical-align: baseline; }\n\nbody {\n  background-color: #f2f2f2;\n  font-family: Helvetica, freesans, Arial, sans-serif;\n  font-size: 14px;\n  -webkit-font-smoothing: subpixel-antialiased;\n  word-wrap: break-word; }\n\nh1, h2, h3 {\n  margin-top: 0.8em;\n  margin-bottom: 0.3em;\n  font-weight: 100;\n  color: black; }\n\nh1 {\n  font-size: 2.5em; }\n\nh2 {\n  font-size: 2em;\n  border-bottom: 1px solid #e2e2e2; }\n\nh4 {\n  font-size: 13px;\n  line-height: 1.5;\n  margin-top: 21px; }\n\nh5 {\n  font-size: 1.1em; }\n\nh6 {\n  font-size: 1.1em;\n  color: #777; }\n\n.section-name {\n  color: gray;\n  display: block;\n  font-family: Helvetica;\n  font-size: 22px;\n  font-weight: 100;\n  margin-bottom: 15px; }\n\npre, code {\n  font: 0.95em Menlo, monospace;\n  color: #777;\n  word-wrap: normal; }\n\np code, li code {\n  background-color: #eee;\n  padding: 2px 4px;\n  border-radius: 4px; }\n\na {\n  color: #0088cc;\n  text-decoration: none; }\n\nul {\n  padding-left: 15px; }\n\nli {\n  line-height: 1.8em; }\n\nimg {\n  max-width: 100%; }\n\nblockquote {\n  margin-left: 0;\n  padding: 0 10px;\n  border-left: 4px solid #ccc; }\n\n.content-wrapper {\n  margin: 0 auto;\n  width: 980px; }\n\nheader {\n  font-size: 0.85em;\n  line-height: 26px;\n  background-color: #414141;\n  position: fixed;\n  width: 100%;\n  z-index: 1; }\n  header img {\n    padding-right: 6px;\n    vertical-align: -4px;\n    height: 16px; }\n  header a {\n    color: #fff; }\n  header p {\n    float: left;\n    color: #999; }\n  header .header-right {\n    float: right;\n    margin-left: 16px; }\n\n#breadcrumbs {\n  background-color: #f2f2f2;\n  height: 27px;\n  padding-top: 17px;\n  position: fixed;\n  width: 100%;\n  z-index: 1;\n  margin-top: 26px; }\n  #breadcrumbs #carat {\n    height: 10px;\n    margin: 0 5px; }\n\n.sidebar {\n  background-color: #f9f9f9;\n  border: 1px solid #e2e2e2;\n  overflow-y: auto;\n  overflow-x: hidden;\n  position: fixed;\n  top: 70px;\n  bottom: 0;\n  width: 230px;\n  word-wrap: normal; }\n\n.nav-groups {\n  list-style-type: none;\n  background: #fff;\n  padding-left: 0; }\n\n.nav-group-name {\n  border-bottom: 1px solid #e2e2e2;\n  font-size: 1.1em;\n  font-weight: 100;\n  padding: 15px 0 15px 20px; }\n  .nav-group-name > a {\n    color: #333; }\n\n.nav-group-tasks {\n  margin-top: 5px; }\n\n.nav-group-task {\n  font-size: 0.9em;\n  list-style-type: none; }\n  .nav-group-task a {\n    color: #888; }\n\n.main-content {\n  background-color: #fff;\n  border: 1px solid #e2e2e2;\n  margin-left: 246px;\n  position: absolute;\n  overflow: hidden;\n  padding-bottom: 60px;\n  top: 70px;\n  width: 734px; }\n  .main-content p, .main-content a, .main-content code, .main-content em, .main-content ul, .main-content table, .main-content blockquote {\n    margin-bottom: 1em; }\n  .main-content p {\n    line-height: 1.8em; }\n  .main-content section .section:first-child {\n    margin-top: 0;\n    padding-top: 0; }\n  .main-content section .task-group-section .task-group:first-of-type {\n    padding-top: 10px; }\n    .main-content section .task-group-section .task-group:first-of-type .section-name {\n      padding-top: 15px; }\n\n.section {\n  padding: 0 25px; }\n\n.highlight {\n  background-color: #eee;\n  padding: 10px 12px;\n  border: 1px solid #e2e2e2;\n  border-radius: 4px;\n  overflow-x: auto; }\n\n.declaration .highlight {\n  overflow-x: initial;\n  padding: 0 40px 40px 0;\n  margin-bottom: -25px;\n  background-color: transparent;\n  border: none; }\n\n.section-name {\n  margin: 0;\n  margin-left: 18px; }\n\n.task-group-section {\n  padding-left: 6px;\n  border-top: 1px solid #e2e2e2; }\n\n.task-group {\n  padding-top: 0px; }\n\n.task-name-container a[name]:before {\n  content: \"\";\n  display: block;\n  padding-top: 70px;\n  margin: -70px 0 0; }\n\n.item {\n  padding-top: 8px;\n  width: 100%;\n  list-style-type: none; }\n  .item a[name]:before {\n    content: \"\";\n    display: block;\n    padding-top: 70px;\n    margin: -70px 0 0; }\n  .item code {\n    background-color: transparent;\n    padding: 0; }\n  .item .token {\n    padding-left: 3px;\n    margin-left: 15px;\n    font-size: 11.9px; }\n  .item .declaration-note {\n    font-size: .85em;\n    color: gray;\n    font-style: italic; }\n\n.pointer-container {\n  border-bottom: 1px solid #e2e2e2;\n  left: -23px;\n  padding-bottom: 13px;\n  position: relative;\n  width: 110%; }\n\n.pointer {\n  background: #f9f9f9;\n  border-left: 1px solid #e2e2e2;\n  border-top: 1px solid #e2e2e2;\n  height: 12px;\n  left: 21px;\n  top: -7px;\n  -webkit-transform: rotate(45deg);\n  -moz-transform: rotate(45deg);\n  -o-transform: rotate(45deg);\n  transform: rotate(45deg);\n  position: absolute;\n  width: 12px; }\n\n.height-container {\n  display: none;\n  left: -25px;\n  padding: 0 25px;\n  position: relative;\n  width: 100%;\n  overflow: hidden; }\n  .height-container .section {\n    background: #f9f9f9;\n    border-bottom: 1px solid #e2e2e2;\n    left: -25px;\n    position: relative;\n    width: 100%;\n    padding-top: 10px;\n    padding-bottom: 5px; }\n\n.aside, .language {\n  padding: 6px 12px;\n  margin: 12px 0;\n  border-left: 5px solid #dddddd;\n  overflow-y: hidden; }\n  .aside .aside-title, .language .aside-title {\n    font-size: 9px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding-bottom: 0;\n    margin: 0;\n    color: #aaa;\n    -webkit-user-select: none; }\n  .aside p:last-child, .language p:last-child {\n    margin-bottom: 0; }\n\n.language {\n  border-left: 5px solid #cde9f4; }\n  .language .aside-title {\n    color: #4b8afb; }\n\n.aside-warning {\n  border-left: 5px solid #ff6666; }\n  .aside-warning .aside-title {\n    color: #ff0000; }\n\n.graybox {\n  border-collapse: collapse;\n  width: 100%; }\n  .graybox p {\n    margin: 0;\n    word-break: break-word;\n    min-width: 50px; }\n  .graybox td {\n    border: 1px solid #e2e2e2;\n    padding: 5px 25px 5px 10px;\n    vertical-align: middle; }\n  .graybox tr td:first-of-type {\n    text-align: right;\n    padding: 7px;\n    vertical-align: top;\n    word-break: normal;\n    width: 40px; }\n\n.slightly-smaller {\n  font-size: 0.9em; }\n\n#footer {\n  position: absolute;\n  bottom: 10px;\n  margin-left: 25px; }\n  #footer p {\n    margin: 0;\n    color: #aaa;\n    font-size: 0.8em; }\n\nhtml.dash header, html.dash #breadcrumbs, html.dash .sidebar {\n  display: none; }\nhtml.dash .main-content {\n  width: 980px;\n  margin-left: 0;\n  border: none;\n  width: 100%;\n  top: 0;\n  padding-bottom: 0; }\nhtml.dash .height-container {\n  display: block; }\nhtml.dash .item .token {\n  margin-left: 0; }\nhtml.dash .content-wrapper {\n  width: auto; }\nhtml.dash #footer {\n  position: static; }\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n  <dict>\n    <key>CFBundleIdentifier</key>\n      <string>com.jazzy.ramanimatedtabbardemo</string>\n    <key>CFBundleName</key>\n      <string>RAMAnimatedTabBarDemo</string>\n    <key>DocSetPlatformFamily</key>\n      <string>jazzy</string>\n    <key>isDashDocset</key>\n      <true/>\n    <key>dashIndexFilePath</key>\n      <string>index.html</string>\n    <key>isJavaScriptEnabled</key>\n      <true/>\n    <key>DashDocSetFamily</key>\n      <string>dashtoc</string>\n  </dict>\n</plist>\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/Classes/RAMAnimatedTabBarController.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMAnimatedTabBarController Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMAnimatedTabBarController\" class=\"dashAnchor\"></a>\n    <a title=\"RAMAnimatedTabBarController Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMAnimatedTabBarController Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMAnimatedTabBarController</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMAnimatedTabBarController</span><span class=\"p\">:</span> <span class=\"kt\">UITabBarController</span></code></pre>\n\n                </div>\n              </div>\n            <p>UITabBarController with item animations</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <div class=\"task-name-container\">\n                <a name=\"/life%20circle\"></a>\n                <a name=\"//apple_ref/swift/Section/life circle\" class=\"dashAnchor\"></a>\n                <a href=\"#/life%20circle\">\n                  <h3 class=\"section-name\">life circle</h3>\n                </a>\n              </div>\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarControllercFT7nibNameGSqSS_6bundleGSqCSo8NSBundle__S0_\"></a>\n                    <a name=\"//apple_ref/swift/Method/init(nibName:bundle:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarControllercFT7nibNameGSqSS_6bundleGSqCSo8NSBundle__S0_\">init(nibName:bundle:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Returns a newly initialized view controller with the nib file in the specified bundle.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"k\">override</span> <span class=\"nf\">init</span><span class=\"p\">(</span><span class=\"n\">nibName</span> <span class=\"nv\">nibNameOrNil</span><span class=\"p\">:</span> <span class=\"kt\">String</span><span class=\"p\">?,</span> <span class=\"n\">bundle</span> <span class=\"nv\">nibBundleOrNil</span><span class=\"p\">:</span> <span class=\"kt\">NSBundle</span><span class=\"p\">?)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>nibNameOrNil</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>The name of the nib file to associate with the view controller. The nib file name should not contain any leading path information. If you specify nil, the nibName property is set to nil.</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>nibBundleOrNil</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>The bundle in which to search for the nib file. This method looks for the nib file in the bundle&rsquo;s language-specific project directories first, followed by the Resources directory. If this parameter is nil, the method uses the heuristics described below to locate the nib file.</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                      <div>\n                        <h4>Return Value</h4>\n                        <p>A newly initialized RAMAnimatedTabBarController object.</p>\n\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarControllercFT15viewControllersGSaCSo16UIViewController__S0_\"></a>\n                    <a name=\"//apple_ref/swift/Method/init(viewControllers:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarControllercFT15viewControllersGSaCSo16UIViewController__S0_\">init(viewControllers:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Returns a newly initialized view controller with the nib file in the specified bundle.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"nf\">init</span><span class=\"p\">(</span><span class=\"nv\">viewControllers</span><span class=\"p\">:</span> <span class=\"p\">[</span><span class=\"kt\">UIViewController</span><span class=\"p\">])</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>viewControllers</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>Sets the root view controllers of the tab bar controller.</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                      <div>\n                        <h4>Return Value</h4>\n                        <p>A newly initialized RAMAnimatedTabBarController object.</p>\n\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarControllercFT5coderCSo7NSCoder_GSqS0__\"></a>\n                    <a name=\"//apple_ref/swift/Method/init(coder:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarControllercFT5coderCSo7NSCoder_GSqS0__\">init(coder:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Returns a newly initialized view controller with the nib file in the specified bundle.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">required</span> <span class=\"kd\">public</span> <span class=\"nf\">init</span><span class=\"p\">?(</span><span class=\"n\">coder</span> <span class=\"nv\">aDecoder</span><span class=\"p\">:</span> <span class=\"kt\">NSCoder</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>coder</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>An unarchiver object.</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                      <div>\n                        <h4>Return Value</h4>\n                        <p>A newly initialized RAMAnimatedTabBarController object.</p>\n\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController19changeSelectedColorFTCSo7UIColor17iconSelectedColorS1__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/changeSelectedColor(_:iconSelectedColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController19changeSelectedColorFTCSo7UIColor17iconSelectedColorS1__T_\">changeSelectedColor(_:iconSelectedColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Change selected color for each UITabBarItem</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">changeSelectedColor</span><span class=\"p\">(</span><span class=\"nv\">textSelectedColor</span><span class=\"p\">:</span><span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"nv\">iconSelectedColor</span><span class=\"p\">:</span><span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textSelectedColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>set new color for text</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>iconSelectedColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>set new color for icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController21animationTabBarHiddenFSbT_\"></a>\n                    <a name=\"//apple_ref/swift/Method/animationTabBarHidden(_:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController21animationTabBarHiddenFSbT_\">animationTabBarHidden(_:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Hide UITabBarController</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">animationTabBarHidden</span><span class=\"p\">(</span><span class=\"nv\">isHidden</span><span class=\"p\">:</span><span class=\"kt\">Bool</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>isHidden</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>A Boolean indicating whether the UITabBarController is displayed</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController14setSelectIndexFT4fromSi2toSi_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/setSelectIndex(from:to:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController14setSelectIndexFT4fromSi2toSi_T_\">setSelectIndex(from:to:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Selected UITabBarItem with animaton</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">setSelectIndex</span><span class=\"p\">(</span><span class=\"n\">from</span> <span class=\"nv\">from</span><span class=\"p\">:</span> <span class=\"kt\">Int</span><span class=\"p\">,</span> <span class=\"nv\">to</span><span class=\"p\">:</span> <span class=\"kt\">Int</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>from</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>Index for unselected animation</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>to</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>Index for selected animation</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/Classes/RAMAnimatedTabBarItem.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMAnimatedTabBarItem Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMAnimatedTabBarItem\" class=\"dashAnchor\"></a>\n    <a title=\"RAMAnimatedTabBarItem Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMAnimatedTabBarItem Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMAnimatedTabBarItem</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMAnimatedTabBarItem</span><span class=\"p\">:</span> <span class=\"kt\">UITabBarItem</span></code></pre>\n\n                </div>\n              </div>\n            <p>UITabBarItem with animation</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem9animationGSQCS_16RAMItemAnimation_\"></a>\n                    <a name=\"//apple_ref/swift/Property/animation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem9animationGSQCS_16RAMItemAnimation_\">animation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>animation for UITabBarItem. use RAMFumeAnimation, RAMBounceAnimation, RAMRotationAnimation, RAMFrameItemAnimation, RAMTransitionAnimation\nor create custom anmation inherit RAMItemAnimation</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBOutlet</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">animation</span><span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span><span class=\"o\">!</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem8textFontCSo6UIFont\"></a>\n                    <a name=\"//apple_ref/swift/Property/textFont\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem8textFontCSo6UIFont\">textFont</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The font used to render the UITabBarItem text.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">textFont</span><span class=\"p\">:</span> <span class=\"kt\">UIFont</span> <span class=\"o\">=</span> <span class=\"kt\">UIFont</span><span class=\"o\">.</span><span class=\"nf\">systemFontOfSize</span><span class=\"p\">(</span><span class=\"mi\">10</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem9textColorCSo7UIColor\"></a>\n                    <a name=\"//apple_ref/swift/Property/textColor\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem9textColorCSo7UIColor\">textColor</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The color of the UITabBarItem text.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">textColor</span><span class=\"p\">:</span> <span class=\"kt\">UIColor</span> <span class=\"o\">=</span> <span class=\"kt\">UIColor</span><span class=\"o\">.</span><span class=\"nf\">blackColor</span><span class=\"p\">()</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem9iconColorCSo7UIColor\"></a>\n                    <a name=\"//apple_ref/swift/Property/iconColor\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem9iconColorCSo7UIColor\">iconColor</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The tint color of the UITabBarItem icon.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">iconColor</span><span class=\"p\">:</span> <span class=\"kt\">UIColor</span> <span class=\"o\">=</span> <span class=\"kt\">UIColor</span><span class=\"o\">.</span><span class=\"nf\">clearColor</span><span class=\"p\">()</span> <span class=\"c1\">// if alpha color is 0 color ignoring</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem13playAnimationFT_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation()\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem13playAnimationFT_T_\">playAnimation()</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start selected animation</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">()</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem17deselectAnimationFT_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation()\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem17deselectAnimationFT_T_\">deselectAnimation()</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start unselected animation</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">()</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem13selectedStateFT_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState()\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem13selectedStateFT_T_\">selectedState()</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Set selected state without animation</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">()</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem10badgeValueGSqSS_\"></a>\n                    <a name=\"//apple_ref/swift/Property/badgeValue\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem10badgeValueGSqSS_\">badgeValue</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The current badge value</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">badgeValue</span><span class=\"p\">:</span> <span class=\"kt\">String</span><span class=\"p\">?</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/Classes/RAMBounceAnimation.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMBounceAnimation Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMBounceAnimation\" class=\"dashAnchor\"></a>\n    <a title=\"RAMBounceAnimation Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMBounceAnimation Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMBounceAnimation</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMBounceAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                </div>\n              </div>\n            <p>The RAMBounceAnimation class provides bounce animation.</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo18RAMBounceAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo18RAMBounceAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\">playAnimation(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is selected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo18RAMBounceAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo18RAMBounceAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\">deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is unselected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"n\">defaultIconColor</span><span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultTextColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem text color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultIconColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem icon color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo18RAMBounceAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo18RAMBounceAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\">selectedState(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Method call when TabBarController did load</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/Classes/RAMFrameItemAnimation.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMFrameItemAnimation Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMFrameItemAnimation\" class=\"dashAnchor\"></a>\n    <a title=\"RAMFrameItemAnimation Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMFrameItemAnimation Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMFrameItemAnimation</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMFrameItemAnimation</span><span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                </div>\n              </div>\n            <p>The RAMFrameItemAnimation class provides keyframe animation.</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation19isDeselectAnimationSb\"></a>\n                    <a name=\"//apple_ref/swift/Property/isDeselectAnimation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation19isDeselectAnimationSb\">isDeselectAnimation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>A Boolean value indicated plaing revers animation when UITabBarItem unselected, if false image change immediately, defalut value true</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">isDeselectAnimation</span><span class=\"p\">:</span> <span class=\"kt\">Bool</span> <span class=\"o\">=</span> <span class=\"kc\">true</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation10imagesPathGSQSS_\"></a>\n                    <a name=\"//apple_ref/swift/Property/imagesPath\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation10imagesPathGSQSS_\">imagesPath</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>path to array of image names from plist file</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">imagesPath</span><span class=\"p\">:</span> <span class=\"kt\">String</span><span class=\"o\">!</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <div class=\"task-name-container\">\n                <a name=\"/public\"></a>\n                <a name=\"//apple_ref/swift/Section/public\" class=\"dashAnchor\"></a>\n                <a href=\"#/public\">\n                  <h3 class=\"section-name\">public</h3>\n                </a>\n              </div>\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation18setAnimationImagesFGSaCSo7UIImage_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/setAnimationImages(_:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation18setAnimationImagesFGSaCSo7UIImage_T_\">setAnimationImages(_:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Set images for keyframe animation</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">setAnimationImages</span><span class=\"p\">(</span><span class=\"nv\">images</span><span class=\"p\">:</span> <span class=\"kt\">Array</span><span class=\"o\">&lt;</span><span class=\"kt\">UIImage</span><span class=\"o\">&gt;</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>images</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>images for keyframe animation</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <div class=\"task-name-container\">\n                <a name=\"/RAMItemAnimationProtocol\"></a>\n                <a name=\"//apple_ref/swift/Section/RAMItemAnimationProtocol\" class=\"dashAnchor\"></a>\n                <a href=\"#/RAMItemAnimationProtocol\">\n                  <h3 class=\"section-name\">RAMItemAnimationProtocol</h3>\n                </a>\n              </div>\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\">playAnimation(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is selected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\">deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is unselected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"n\">defaultIconColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultTextColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem text color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultIconColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem icon color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo21RAMFrameItemAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\">selectedState(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Method call when TabBarController did load</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/Classes/RAMFumeAnimation.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMFumeAnimation Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMFumeAnimation\" class=\"dashAnchor\"></a>\n    <a title=\"RAMFumeAnimation Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMFumeAnimation Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMFumeAnimation</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMFumeAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                </div>\n              </div>\n            <p>The RAMFumeAnimation class provides bounce animation.</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo16RAMFumeAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo16RAMFumeAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\">playAnimation(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is selected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo16RAMFumeAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo16RAMFumeAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\">deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is unselected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"n\">defaultIconColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultTextColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem text color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultIconColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem icon color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo16RAMFumeAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo16RAMFumeAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\">selectedState(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Method call when TabBarController did load</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/Classes/RAMItemAnimation.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMItemAnimation Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMItemAnimation\" class=\"dashAnchor\"></a>\n    <a title=\"RAMItemAnimation Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMItemAnimation Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMItemAnimation</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMItemAnimation</span><span class=\"p\">:</span> <span class=\"kt\">NSObject</span><span class=\"p\">,</span> <span class=\"kt\">RAMItemAnimationProtocol</span></code></pre>\n\n                </div>\n              </div>\n            <p>Base class for UITabBarItems animation</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <div class=\"task-name-container\">\n                <a name=\"/properties\"></a>\n                <a name=\"//apple_ref/swift/Section/properties\" class=\"dashAnchor\"></a>\n                <a href=\"#/properties\">\n                  <h3 class=\"section-name\">properties</h3>\n                </a>\n              </div>\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo16RAMItemAnimation8durationV12CoreGraphics7CGFloat\"></a>\n                    <a name=\"//apple_ref/swift/Property/duration\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo16RAMItemAnimation8durationV12CoreGraphics7CGFloat\">duration</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The duration of the animation</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">duration</span> <span class=\"p\">:</span> <span class=\"kt\">CGFloat</span> <span class=\"o\">=</span> <span class=\"mf\">0.5</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo16RAMItemAnimation17textSelectedColorCSo7UIColor\"></a>\n                    <a name=\"//apple_ref/swift/Property/textSelectedColor\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo16RAMItemAnimation17textSelectedColorCSo7UIColor\">textSelectedColor</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The text color in selected state.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">textSelectedColor</span><span class=\"p\">:</span> <span class=\"kt\">UIColor</span> <span class=\"o\">=</span> <span class=\"kt\">UIColor</span><span class=\"o\">.</span><span class=\"nf\">init</span><span class=\"p\">(</span><span class=\"nv\">red</span><span class=\"p\">:</span> <span class=\"mi\">0</span><span class=\"p\">,</span> <span class=\"nv\">green</span><span class=\"p\">:</span> <span class=\"mf\">0.478431</span><span class=\"p\">,</span> <span class=\"nv\">blue</span><span class=\"p\">:</span> <span class=\"mi\">1</span><span class=\"p\">,</span> <span class=\"nv\">alpha</span><span class=\"p\">:</span> <span class=\"mi\">1</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo16RAMItemAnimation17iconSelectedColorGSQCSo7UIColor_\"></a>\n                    <a name=\"//apple_ref/swift/Property/iconSelectedColor\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo16RAMItemAnimation17iconSelectedColorGSQCSo7UIColor_\">iconSelectedColor</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The icon color in selected state.</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">@IBInspectable</span> <span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">iconSelectedColor</span><span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"o\">!</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo16RAMItemAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo16RAMItemAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\">playAnimation(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is selected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo16RAMItemAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo16RAMItemAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\">deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is unselected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"n\">defaultIconColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultTextColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem text color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultIconColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem icon color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo16RAMItemAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo16RAMItemAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\">selectedState(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Method call when TabBarController did load</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span><span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/Classes/RAMRotationAnimation.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMRotationAnimation Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMRotationAnimation\" class=\"dashAnchor\"></a>\n    <a title=\"RAMRotationAnimation Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMRotationAnimation Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMRotationAnimation</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMRotationAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                </div>\n              </div>\n            <p>The RAMRotationAnimation class provides rotation animation.</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:OC21RAMAnimatedTabBarDemo20RAMRotationAnimation20RAMRotationDirection\"></a>\n                    <a name=\"//apple_ref/swift/Enum/RAMRotationDirection\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:OC21RAMAnimatedTabBarDemo20RAMRotationAnimation20RAMRotationDirection\">RAMRotationDirection</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Animation direction</p>\n\n<ul>\n<li>Left:  left direction</li>\n<li>Right: right direction</li>\n</ul>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">enum</span> <span class=\"kt\">RAMRotationDirection</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo20RAMRotationAnimation9directionGSQOS0_20RAMRotationDirection_\"></a>\n                    <a name=\"//apple_ref/swift/Property/direction\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo20RAMRotationAnimation9directionGSQOS0_20RAMRotationDirection_\">direction</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Animation direction (left, right)</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">direction</span> <span class=\"p\">:</span> <span class=\"kt\">RAMRotationDirection</span><span class=\"o\">!</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo20RAMRotationAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo20RAMRotationAnimation13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\">playAnimation(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is selected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo20RAMRotationAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo20RAMRotationAnimation17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\">deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is unselected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"n\">defaultIconColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultTextColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem text color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultIconColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem icon color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo20RAMRotationAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo20RAMRotationAnimation13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\">selectedState(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Method call when TabBarController did load</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/Classes/RAMTransitionItemAnimations.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMTransitionItemAnimations Class Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"../css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"../js/jquery.min.js\" defer></script>\n    <script src=\"../js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a name=\"//apple_ref/swift/Class/RAMTransitionItemAnimations\" class=\"dashAnchor\"></a>\n    <a title=\"RAMTransitionItemAnimations Class Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"../index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"../index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"../img/carat.png\" />\n        RAMTransitionItemAnimations Class Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"../Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"../Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>RAMTransitionItemAnimations</h1>\n              <div class=\"declaration\">\n                <div class=\"language\">\n                  <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMTransitionItemAnimations</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                </div>\n              </div>\n            <p>Transition animtion</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:vC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations17transitionOptionsGSQVSC22UIViewAnimationOptions_\"></a>\n                    <a name=\"//apple_ref/swift/Property/transitionOptions\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:vC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations17transitionOptionsGSQVSC22UIViewAnimationOptions_\">transitionOptions</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Options for animating. Default TransitionNone</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"k\">var</span> <span class=\"nv\">transitionOptions</span> <span class=\"p\">:</span> <span class=\"kt\">UIViewAnimationOptions</span><span class=\"o\">!</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/playAnimation(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations13playAnimationFTCSo11UIImageView9textLabelCSo7UILabel_T_\">playAnimation(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is selected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations17deselectAnimationFTCSo11UIImageView9textLabelCSo7UILabel16defaultTextColorCSo7UIColor16defaultIconColorS3__T_\">deselectAnimation(_:textLabel:defaultTextColor:defaultIconColor:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Start animation, method call when UITabBarItem is unselected</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">,</span> <span class=\"n\">defaultIconColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultTextColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem text color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>defaultIconColor</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>default UITabBarItem icon color</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:FC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\"></a>\n                    <a name=\"//apple_ref/swift/Method/selectedState(_:textLabel:)\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:FC21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations13selectedStateFTCSo11UIImageView9textLabelCSo7UILabel_T_\">selectedState(_:textLabel:)</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Method call when TabBarController did load</p>\n\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"k\">override</span> <span class=\"kd\">public</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span></code></pre>\n\n                        </div>\n                      </div>\n                      <div>\n                        <h4>Parameters</h4>\n                        <table class=\"graybox\">\n                          <tbody>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>icon</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem icon</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                            <tr>\n                              <td>\n                                <code>\n                                <em>textLabel</em>\n                                </code>\n                              </td>\n                              <td>\n                                <div>\n                                  <p>animating UITabBarItem textLabel</p>\n\n                                </div>\n                              </td>\n                            </tr>\n                          </tbody>\n                        </table>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/Classes.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>Classes  Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"js/jquery.min.js\" defer></script>\n    <script src=\"js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a title=\"Classes  Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"img/carat.png\" />\n        Classes  Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            <h1>Classes</h1>\n            <p>The following classes are available globally.</p>\n\n          </section>\n          <section class=\"section task-group-section\">\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo21RAMFrameItemAnimation\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMFrameItemAnimation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo21RAMFrameItemAnimation\">RAMFrameItemAnimation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The RAMFrameItemAnimation class provides keyframe animation.</p>\n\n                        <a href=\"Classes/RAMFrameItemAnimation.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMFrameItemAnimation</span><span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <div class=\"task-name-container\">\n                <a name=\"/Custom%20Badge\"></a>\n                <a name=\"//apple_ref/swift/Section/Custom Badge\" class=\"dashAnchor\"></a>\n                <a href=\"#/Custom%20Badge\">\n                  <h3 class=\"section-name\">Custom Badge</h3>\n                </a>\n              </div>\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMAnimatedTabBarItem\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo21RAMAnimatedTabBarItem\">RAMAnimatedTabBarItem</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>UITabBarItem with animation</p>\n\n                        <a href=\"Classes/RAMAnimatedTabBarItem.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMAnimatedTabBarItem</span><span class=\"p\">:</span> <span class=\"kt\">UITabBarItem</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMAnimatedTabBarController\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo27RAMAnimatedTabBarController\">RAMAnimatedTabBarController</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>UITabBarController with item animations</p>\n\n                        <a href=\"Classes/RAMAnimatedTabBarController.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMAnimatedTabBarController</span><span class=\"p\">:</span> <span class=\"kt\">UITabBarController</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo20RAMRotationAnimation\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMRotationAnimation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo20RAMRotationAnimation\">RAMRotationAnimation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The RAMRotationAnimation class provides rotation animation.</p>\n\n                        <a href=\"Classes/RAMRotationAnimation.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMRotationAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo16RAMFumeAnimation\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMFumeAnimation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo16RAMFumeAnimation\">RAMFumeAnimation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The RAMFumeAnimation class provides bounce animation.</p>\n\n                        <a href=\"Classes/RAMFumeAnimation.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMFumeAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMTransitionItemAnimations\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo27RAMTransitionItemAnimations\">RAMTransitionItemAnimations</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Transition animtion</p>\n\n                        <a href=\"Classes/RAMTransitionItemAnimations.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMTransitionItemAnimations</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo16RAMItemAnimation\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMItemAnimation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo16RAMItemAnimation\">RAMItemAnimation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>Base class for UITabBarItems animation</p>\n\n                        <a href=\"Classes/RAMItemAnimation.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMItemAnimation</span><span class=\"p\">:</span> <span class=\"kt\">NSObject</span><span class=\"p\">,</span> <span class=\"kt\">RAMItemAnimationProtocol</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n            <div class=\"task-group\">\n              <ul>\n                <li class=\"item\">\n                  <div>\n                    <code>\n                    <a name=\"/s:C21RAMAnimatedTabBarDemo18RAMBounceAnimation\"></a>\n                    <a name=\"//apple_ref/swift/Class/RAMBounceAnimation\" class=\"dashAnchor\"></a>\n                    <a class=\"token\" href=\"#/s:C21RAMAnimatedTabBarDemo18RAMBounceAnimation\">RAMBounceAnimation</a>\n                    </code>\n                  </div>\n                  <div class=\"height-container\">\n                    <div class=\"pointer-container\"></div>\n                    <section class=\"section\">\n                      <div class=\"pointer\"></div>\n                      <div class=\"abstract\">\n                        <p>The RAMBounceAnimation class provides bounce animation.</p>\n\n                        <a href=\"Classes/RAMBounceAnimation.html\" class=\"slightly-smaller\">See more</a>\n                      </div>\n                      <div class=\"declaration\">\n                        <h4>Declaration</h4>\n                        <div class=\"language\">\n                          <p class=\"aside-title\">Swift</p>\n                          <pre class=\"highlight\"><code><span class=\"kd\">public</span> <span class=\"kd\">class</span> <span class=\"kt\">RAMBounceAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span></code></pre>\n\n                        </div>\n                      </div>\n                    </section>\n                  </div>\n                </li>\n              </ul>\n            </div>\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/css/highlight.css",
    "content": "/* Credit to https://gist.github.com/wataru420/2048287 */\n.highlight {\n  /* Comment */\n  /* Error */\n  /* Keyword */\n  /* Operator */\n  /* Comment.Multiline */\n  /* Comment.Preproc */\n  /* Comment.Single */\n  /* Comment.Special */\n  /* Generic.Deleted */\n  /* Generic.Deleted.Specific */\n  /* Generic.Emph */\n  /* Generic.Error */\n  /* Generic.Heading */\n  /* Generic.Inserted */\n  /* Generic.Inserted.Specific */\n  /* Generic.Output */\n  /* Generic.Prompt */\n  /* Generic.Strong */\n  /* Generic.Subheading */\n  /* Generic.Traceback */\n  /* Keyword.Constant */\n  /* Keyword.Declaration */\n  /* Keyword.Pseudo */\n  /* Keyword.Reserved */\n  /* Keyword.Type */\n  /* Literal.Number */\n  /* Literal.String */\n  /* Name.Attribute */\n  /* Name.Builtin */\n  /* Name.Class */\n  /* Name.Constant */\n  /* Name.Entity */\n  /* Name.Exception */\n  /* Name.Function */\n  /* Name.Namespace */\n  /* Name.Tag */\n  /* Name.Variable */\n  /* Operator.Word */\n  /* Text.Whitespace */\n  /* Literal.Number.Float */\n  /* Literal.Number.Hex */\n  /* Literal.Number.Integer */\n  /* Literal.Number.Oct */\n  /* Literal.String.Backtick */\n  /* Literal.String.Char */\n  /* Literal.String.Doc */\n  /* Literal.String.Double */\n  /* Literal.String.Escape */\n  /* Literal.String.Heredoc */\n  /* Literal.String.Interpol */\n  /* Literal.String.Other */\n  /* Literal.String.Regex */\n  /* Literal.String.Single */\n  /* Literal.String.Symbol */\n  /* Name.Builtin.Pseudo */\n  /* Name.Variable.Class */\n  /* Name.Variable.Global */\n  /* Name.Variable.Instance */\n  /* Literal.Number.Integer.Long */ }\n  .highlight .c {\n    color: #999988;\n    font-style: italic; }\n  .highlight .err {\n    color: #a61717;\n    background-color: #e3d2d2; }\n  .highlight .k {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .o {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .cm {\n    color: #999988;\n    font-style: italic; }\n  .highlight .cp {\n    color: #999999;\n    font-weight: bold; }\n  .highlight .c1 {\n    color: #999988;\n    font-style: italic; }\n  .highlight .cs {\n    color: #999999;\n    font-weight: bold;\n    font-style: italic; }\n  .highlight .gd {\n    color: #000000;\n    background-color: #ffdddd; }\n  .highlight .gd .x {\n    color: #000000;\n    background-color: #ffaaaa; }\n  .highlight .ge {\n    color: #000000;\n    font-style: italic; }\n  .highlight .gr {\n    color: #aa0000; }\n  .highlight .gh {\n    color: #999999; }\n  .highlight .gi {\n    color: #000000;\n    background-color: #ddffdd; }\n  .highlight .gi .x {\n    color: #000000;\n    background-color: #aaffaa; }\n  .highlight .go {\n    color: #888888; }\n  .highlight .gp {\n    color: #555555; }\n  .highlight .gs {\n    font-weight: bold; }\n  .highlight .gu {\n    color: #aaaaaa; }\n  .highlight .gt {\n    color: #aa0000; }\n  .highlight .kc {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .kd {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .kp {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .kr {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .kt {\n    color: #445588; }\n  .highlight .m {\n    color: #009999; }\n  .highlight .s {\n    color: #d14; }\n  .highlight .na {\n    color: #008080; }\n  .highlight .nb {\n    color: #0086B3; }\n  .highlight .nc {\n    color: #445588;\n    font-weight: bold; }\n  .highlight .no {\n    color: #008080; }\n  .highlight .ni {\n    color: #800080; }\n  .highlight .ne {\n    color: #990000;\n    font-weight: bold; }\n  .highlight .nf {\n    color: #990000; }\n  .highlight .nn {\n    color: #555555; }\n  .highlight .nt {\n    color: #000080; }\n  .highlight .nv {\n    color: #008080; }\n  .highlight .ow {\n    color: #000000;\n    font-weight: bold; }\n  .highlight .w {\n    color: #bbbbbb; }\n  .highlight .mf {\n    color: #009999; }\n  .highlight .mh {\n    color: #009999; }\n  .highlight .mi {\n    color: #009999; }\n  .highlight .mo {\n    color: #009999; }\n  .highlight .sb {\n    color: #d14; }\n  .highlight .sc {\n    color: #d14; }\n  .highlight .sd {\n    color: #d14; }\n  .highlight .s2 {\n    color: #d14; }\n  .highlight .se {\n    color: #d14; }\n  .highlight .sh {\n    color: #d14; }\n  .highlight .si {\n    color: #d14; }\n  .highlight .sx {\n    color: #d14; }\n  .highlight .sr {\n    color: #009926; }\n  .highlight .s1 {\n    color: #d14; }\n  .highlight .ss {\n    color: #990073; }\n  .highlight .bp {\n    color: #999999; }\n  .highlight .vc {\n    color: #008080; }\n  .highlight .vg {\n    color: #008080; }\n  .highlight .vi {\n    color: #008080; }\n  .highlight .il {\n    color: #009999; }\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/css/jazzy.css",
    "content": "html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr, td {\n  background: transparent;\n  border: 0;\n  margin: 0;\n  outline: 0;\n  padding: 0;\n  vertical-align: baseline; }\n\nbody {\n  background-color: #f2f2f2;\n  font-family: Helvetica, freesans, Arial, sans-serif;\n  font-size: 14px;\n  -webkit-font-smoothing: subpixel-antialiased;\n  word-wrap: break-word; }\n\nh1, h2, h3 {\n  margin-top: 0.8em;\n  margin-bottom: 0.3em;\n  font-weight: 100;\n  color: black; }\n\nh1 {\n  font-size: 2.5em; }\n\nh2 {\n  font-size: 2em;\n  border-bottom: 1px solid #e2e2e2; }\n\nh4 {\n  font-size: 13px;\n  line-height: 1.5;\n  margin-top: 21px; }\n\nh5 {\n  font-size: 1.1em; }\n\nh6 {\n  font-size: 1.1em;\n  color: #777; }\n\n.section-name {\n  color: gray;\n  display: block;\n  font-family: Helvetica;\n  font-size: 22px;\n  font-weight: 100;\n  margin-bottom: 15px; }\n\npre, code {\n  font: 0.95em Menlo, monospace;\n  color: #777;\n  word-wrap: normal; }\n\np code, li code {\n  background-color: #eee;\n  padding: 2px 4px;\n  border-radius: 4px; }\n\na {\n  color: #0088cc;\n  text-decoration: none; }\n\nul {\n  padding-left: 15px; }\n\nli {\n  line-height: 1.8em; }\n\nimg {\n  max-width: 100%; }\n\nblockquote {\n  margin-left: 0;\n  padding: 0 10px;\n  border-left: 4px solid #ccc; }\n\n.content-wrapper {\n  margin: 0 auto;\n  width: 980px; }\n\nheader {\n  font-size: 0.85em;\n  line-height: 26px;\n  background-color: #414141;\n  position: fixed;\n  width: 100%;\n  z-index: 1; }\n  header img {\n    padding-right: 6px;\n    vertical-align: -4px;\n    height: 16px; }\n  header a {\n    color: #fff; }\n  header p {\n    float: left;\n    color: #999; }\n  header .header-right {\n    float: right;\n    margin-left: 16px; }\n\n#breadcrumbs {\n  background-color: #f2f2f2;\n  height: 27px;\n  padding-top: 17px;\n  position: fixed;\n  width: 100%;\n  z-index: 1;\n  margin-top: 26px; }\n  #breadcrumbs #carat {\n    height: 10px;\n    margin: 0 5px; }\n\n.sidebar {\n  background-color: #f9f9f9;\n  border: 1px solid #e2e2e2;\n  overflow-y: auto;\n  overflow-x: hidden;\n  position: fixed;\n  top: 70px;\n  bottom: 0;\n  width: 230px;\n  word-wrap: normal; }\n\n.nav-groups {\n  list-style-type: none;\n  background: #fff;\n  padding-left: 0; }\n\n.nav-group-name {\n  border-bottom: 1px solid #e2e2e2;\n  font-size: 1.1em;\n  font-weight: 100;\n  padding: 15px 0 15px 20px; }\n  .nav-group-name > a {\n    color: #333; }\n\n.nav-group-tasks {\n  margin-top: 5px; }\n\n.nav-group-task {\n  font-size: 0.9em;\n  list-style-type: none; }\n  .nav-group-task a {\n    color: #888; }\n\n.main-content {\n  background-color: #fff;\n  border: 1px solid #e2e2e2;\n  margin-left: 246px;\n  position: absolute;\n  overflow: hidden;\n  padding-bottom: 60px;\n  top: 70px;\n  width: 734px; }\n  .main-content p, .main-content a, .main-content code, .main-content em, .main-content ul, .main-content table, .main-content blockquote {\n    margin-bottom: 1em; }\n  .main-content p {\n    line-height: 1.8em; }\n  .main-content section .section:first-child {\n    margin-top: 0;\n    padding-top: 0; }\n  .main-content section .task-group-section .task-group:first-of-type {\n    padding-top: 10px; }\n    .main-content section .task-group-section .task-group:first-of-type .section-name {\n      padding-top: 15px; }\n\n.section {\n  padding: 0 25px; }\n\n.highlight {\n  background-color: #eee;\n  padding: 10px 12px;\n  border: 1px solid #e2e2e2;\n  border-radius: 4px;\n  overflow-x: auto; }\n\n.declaration .highlight {\n  overflow-x: initial;\n  padding: 0 40px 40px 0;\n  margin-bottom: -25px;\n  background-color: transparent;\n  border: none; }\n\n.section-name {\n  margin: 0;\n  margin-left: 18px; }\n\n.task-group-section {\n  padding-left: 6px;\n  border-top: 1px solid #e2e2e2; }\n\n.task-group {\n  padding-top: 0px; }\n\n.task-name-container a[name]:before {\n  content: \"\";\n  display: block;\n  padding-top: 70px;\n  margin: -70px 0 0; }\n\n.item {\n  padding-top: 8px;\n  width: 100%;\n  list-style-type: none; }\n  .item a[name]:before {\n    content: \"\";\n    display: block;\n    padding-top: 70px;\n    margin: -70px 0 0; }\n  .item code {\n    background-color: transparent;\n    padding: 0; }\n  .item .token {\n    padding-left: 3px;\n    margin-left: 15px;\n    font-size: 11.9px; }\n  .item .declaration-note {\n    font-size: .85em;\n    color: gray;\n    font-style: italic; }\n\n.pointer-container {\n  border-bottom: 1px solid #e2e2e2;\n  left: -23px;\n  padding-bottom: 13px;\n  position: relative;\n  width: 110%; }\n\n.pointer {\n  background: #f9f9f9;\n  border-left: 1px solid #e2e2e2;\n  border-top: 1px solid #e2e2e2;\n  height: 12px;\n  left: 21px;\n  top: -7px;\n  -webkit-transform: rotate(45deg);\n  -moz-transform: rotate(45deg);\n  -o-transform: rotate(45deg);\n  transform: rotate(45deg);\n  position: absolute;\n  width: 12px; }\n\n.height-container {\n  display: none;\n  left: -25px;\n  padding: 0 25px;\n  position: relative;\n  width: 100%;\n  overflow: hidden; }\n  .height-container .section {\n    background: #f9f9f9;\n    border-bottom: 1px solid #e2e2e2;\n    left: -25px;\n    position: relative;\n    width: 100%;\n    padding-top: 10px;\n    padding-bottom: 5px; }\n\n.aside, .language {\n  padding: 6px 12px;\n  margin: 12px 0;\n  border-left: 5px solid #dddddd;\n  overflow-y: hidden; }\n  .aside .aside-title, .language .aside-title {\n    font-size: 9px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding-bottom: 0;\n    margin: 0;\n    color: #aaa;\n    -webkit-user-select: none; }\n  .aside p:last-child, .language p:last-child {\n    margin-bottom: 0; }\n\n.language {\n  border-left: 5px solid #cde9f4; }\n  .language .aside-title {\n    color: #4b8afb; }\n\n.aside-warning {\n  border-left: 5px solid #ff6666; }\n  .aside-warning .aside-title {\n    color: #ff0000; }\n\n.graybox {\n  border-collapse: collapse;\n  width: 100%; }\n  .graybox p {\n    margin: 0;\n    word-break: break-word;\n    min-width: 50px; }\n  .graybox td {\n    border: 1px solid #e2e2e2;\n    padding: 5px 25px 5px 10px;\n    vertical-align: middle; }\n  .graybox tr td:first-of-type {\n    text-align: right;\n    padding: 7px;\n    vertical-align: top;\n    word-break: normal;\n    width: 40px; }\n\n.slightly-smaller {\n  font-size: 0.9em; }\n\n#footer {\n  position: absolute;\n  bottom: 10px;\n  margin-left: 25px; }\n  #footer p {\n    margin: 0;\n    color: #aaa;\n    font-size: 0.8em; }\n\nhtml.dash header, html.dash #breadcrumbs, html.dash .sidebar {\n  display: none; }\nhtml.dash .main-content {\n  width: 980px;\n  margin-left: 0;\n  border: none;\n  width: 100%;\n  top: 0;\n  padding-bottom: 0; }\nhtml.dash .height-container {\n  display: block; }\nhtml.dash .item .token {\n  margin-left: 0; }\nhtml.dash .content-wrapper {\n  width: auto; }\nhtml.dash #footer {\n  position: static; }\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMAnimatedTabBarDemo  Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"js/jquery.min.js\" defer></script>\n    <script src=\"js/jazzy.js\" defer></script>\n    \n  </head>\n  <body>\n    <a title=\"RAMAnimatedTabBarDemo  Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"img/carat.png\" />\n        RAMAnimatedTabBarDemo  Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n            \n            <p><img src=\"https://raw.githubusercontent.com/Ramotion/animated-tab-bar/master/header.png\" alt=\"header\"></p>\n<a href='#ramanimatedtabbarcontroller' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h1 id='ramanimatedtabbarcontroller'>RAMAnimatedTabBarController</h1>\n\n<p><a href=\"http://cocoapods.org/pods/RAMAnimatedTabBarController\"><img src=\"https://img.shields.io/cocoapods/p/RAMAnimatedTabBarController.svg\" alt=\"CocoaPods\"></a>\n<a href=\"http://cocoapods.org/pods/RAMAnimatedTabBarController\"><img src=\"https://img.shields.io/cocoapods/v/RAMAnimatedTabBarController.svg\" alt=\"CocoaPods\"></a>\n<a href=\"https://cdn.rawgit.com/Ramotion/animated-tab-bar/master/docs/index.html\"><img src=\"https://img.shields.io/cocoapods/metrics/doc-percent/RAMAnimatedTabBarController.svg\" alt=\"CocoaPods\"></a>\n<a href=\"https://github.com/Ramotion/animated-tab-bar\"><img src=\"https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat\" alt=\"Carthage compatible\"></a>\n<a href=\"http://twitter.com/Ramotion\"><img src=\"https://img.shields.io/badge/Twitter-@Ramotion-blue.svg?style=flat\" alt=\"Twitter\"></a>\n<a href=\"https://travis-ci.org/Ramotion/animated-tab-bar\"><img src=\"https://img.shields.io/travis/Ramotion/animated-tab-bar.svg\" alt=\"Travis\"></a></p>\n\n<p>RAMAnimatedTabBarController is a Swift module for adding animation to tabbar items. It has pre-set of animations which we prepare for you, and ability to use any custom animation you want. With this module you can make your tabbar alive like our <a href=\"https://dribbble.com/shots/1766396-Animated-Tab-Bar-Icons?list=searches&amp;tag=ramotion&amp;offset=...\">shot on dribbble</a>:</p>\n\n<p><img src=\"https://raw.githubusercontent.com/Ramotion/animated-tab-bar/master/Screenshots/tab-bar-icons-iphone-ramotion-animation-interface-design.gif\" alt=\"Animation\"></p>\n\n<p>The <a href=\"https://store.ramotion.com/product/iphone-6-mockups?utm_source=gthb&amp;utm_medium=special&amp;utm_campaign=animated-tab-bar\">iPhone mockup</a> available <a href=\"https://store.ramotion.com/product/iphone-6-mockups?utm_source=gthb&amp;utm_medium=special&amp;utm_campaign=animated-tab-bar\">here</a>.</p>\n\n<p>Screencast from our Demo</p>\n\n<p><img src=\"https://raw.githubusercontent.com/Ramotion/animated-tab-bar/master/Screenshots/RAMAnimatedTabBarDemo.gif\" alt=\"Animation\"></p>\n<a href='#requirements' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h2 id='requirements'>Requirements</h2>\n\n<ul>\n<li>iOS 7.0+</li>\n<li>Xcode 6.1</li>\n</ul>\n<a href='#installation' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h2 id='installation'>Installation</h2>\n\n<p>Just add the RAMAnimatedTabBarController folder to your project.</p>\n\n<p>or use <a href=\"https://cocoapods.org\">CocoaPods</a> with Podfile:\n<code>ruby\npod &#39;RAMAnimatedTabBarController&#39;\n</code></p>\n\n<p>or <a href=\"https://github.com/Carthage/Carthage\">Carthage</a> users can simply add to their <code>Cartfile</code>:\n<code>\ngithub &quot;Ramotion/animated-tab-bar&quot;\n</code></p>\n<a href='#usage' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h2 id='usage'>Usage</h2>\n\n<ol>\n<li><p>Create a new UITabBarController in your storyboard or nib.</p></li>\n<li><p>Set the class of the UITabBarController to RAMAnimatedTabBarController in your Storyboard or nib.</p></li>\n<li><p>For each UITabBarItem, set the class to RAMAnimatedTabBarItem.</p></li>\n<li><p>Add a custom image icon for each RAMAnimatedTabBarItem</p></li>\n<li><p>Add animation for each RAMAnimatedTabBarItem :</p>\n\n<ul>\n<li>drag and drop an NSObject item into your ViewController</li>\n<li>set its class to ANIMATION_CLASS (where ANIMATION_CLASS is the class name of the animation you want to use)</li>\n<li>connect the outlet animation in RAMAnimatedTabBarItem to your ANIMATION_CLASS\n<a href=\"http://vimeo.com/112390386\">Demonstration video for step 5</a></li>\n</ul></li>\n</ol>\n<a href='#included_animations' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h2 id='included_animations'>Included Animations</h2>\n\n<ul>\n<li>RAMBounceAnimation</li>\n<li>RAMLeftRotationAnimation</li>\n<li>RAMRightRotationAnimation</li>\n<li>RAMFlipLeftTransitionItemAnimations</li>\n<li>RAMFlipRightTransitionItemAnimations</li>\n<li>RAMFlipTopTransitionItemAnimations</li>\n<li>RAMFlipBottomTransitionItemAnimations</li>\n<li>RAMFrameItemAnimation</li>\n<li>RAMFumeAnimation</li>\n</ul>\n<a href='#creating_custom_animations' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h2 id='creating_custom_animations'>Creating Custom Animations</h2>\n\n<ol>\n<li>Create a new class which inherits from RAMItemAnimation:</li>\n</ol>\n<pre class=\"highlight swift\"><code>     <span class=\"kd\">class</span> <span class=\"kt\">NewAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span>\n</code></pre>\n\n<ol>\n<li>Implement the methods in RAMItemAnimationProtocol:</li>\n</ol>\n<pre class=\"highlight swift\"><code>    <span class=\"c1\">// method call when Tab Bar Item is selected</span>\n    <span class=\"k\">override</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLable</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n      <span class=\"c1\">// add animation</span>\n    <span class=\"p\">}</span>\n</code></pre>\n<pre class=\"highlight swift\"><code>    <span class=\"c1\">// method call when Tab Bar Item is deselected</span>\n    <span class=\"k\">override</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLable</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n      <span class=\"c1\">// add animation</span>\n    <span class=\"p\">}</span>\n</code></pre>\n<pre class=\"highlight swift\"><code>    <span class=\"c1\">// method call when TabBarController did load</span>\n    <span class=\"k\">override</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLable</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n      <span class=\"c1\">// set selected state  </span>\n    <span class=\"p\">}</span>\n</code></pre>\n\n<ol>\n<li>Example:</li>\n</ol>\n<pre class=\"highlight swift\"><code><span class=\"kd\">class</span> <span class=\"kt\">RAMBounceAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span> <span class=\"p\">{</span>\n\n    <span class=\"k\">override</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLable</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n        <span class=\"nf\">playBounceAnimation</span><span class=\"p\">(</span><span class=\"n\">icon</span><span class=\"p\">)</span>\n        <span class=\"n\">textLable</span><span class=\"o\">.</span><span class=\"n\">textColor</span> <span class=\"o\">=</span> <span class=\"n\">textSelectedColor</span>\n    <span class=\"p\">}</span>\n\n    <span class=\"k\">override</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLable</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n        <span class=\"n\">textLable</span><span class=\"o\">.</span><span class=\"n\">textColor</span> <span class=\"o\">=</span> <span class=\"n\">defaultTextColor</span>\n    <span class=\"p\">}</span>\n\n    <span class=\"k\">override</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLable</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n        <span class=\"n\">textLable</span><span class=\"o\">.</span><span class=\"n\">textColor</span> <span class=\"o\">=</span> <span class=\"n\">textSelectedColor</span>\n    <span class=\"p\">}</span>\n\n    <span class=\"kd\">func</span> <span class=\"nf\">playBounceAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n\n        <span class=\"k\">let</span> <span class=\"nv\">bounceAnimation</span> <span class=\"o\">=</span> <span class=\"kt\">CAKeyframeAnimation</span><span class=\"p\">(</span><span class=\"nv\">keyPath</span><span class=\"p\">:</span> <span class=\"s\">\"transform.scale\"</span><span class=\"p\">)</span>\n        <span class=\"n\">bounceAnimation</span><span class=\"o\">.</span><span class=\"n\">values</span> <span class=\"o\">=</span> <span class=\"p\">[</span><span class=\"mf\">1.0</span> <span class=\"p\">,</span><span class=\"mf\">1.4</span><span class=\"p\">,</span> <span class=\"mf\">0.9</span><span class=\"p\">,</span> <span class=\"mf\">1.15</span><span class=\"p\">,</span> <span class=\"mf\">0.95</span><span class=\"p\">,</span> <span class=\"mf\">1.02</span><span class=\"p\">,</span> <span class=\"mf\">1.0</span><span class=\"p\">]</span>\n        <span class=\"n\">bounceAnimation</span><span class=\"o\">.</span><span class=\"n\">duration</span> <span class=\"o\">=</span> <span class=\"kt\">NSTimeInterval</span><span class=\"p\">(</span><span class=\"n\">duration</span><span class=\"p\">)</span>\n        <span class=\"n\">bounceAnimation</span><span class=\"o\">.</span><span class=\"n\">calculationMode</span> <span class=\"o\">=</span> <span class=\"n\">kCAAnimationCubic</span>\n\n        <span class=\"n\">icon</span><span class=\"o\">.</span><span class=\"n\">layer</span><span class=\"o\">.</span><span class=\"nf\">addAnimation</span><span class=\"p\">(</span><span class=\"n\">bounceAnimation</span><span class=\"p\">,</span> <span class=\"nv\">forKey</span><span class=\"p\">:</span> <span class=\"s\">\"bounceAnimation\"</span><span class=\"p\">)</span>\n    <span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre>\n<a href='#about' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h2 id='about'>About</h2>\n\n<p>The project maintained by <a href=\"https://ramotion.com?utm_source=gthb&amp;utm_medium=special&amp;utm_campaign=animated-tab-bar\">app development agency</a> <a href=\"https://ramotion.com?utm_source=gthb&amp;utm_medium=special&amp;utm_campaign=animated-tab-bar\">Ramotion Inc.</a>\nSee our other <a href=\"https://github.com/ramotion\">open-source projects</a> or <a href=\"https://ramotion.com?utm_source=gthb&amp;utm_medium=special&amp;utm_campaign=animated-tab-bar\">hire</a> us to design, develop, and grow your product.</p>\n\n<p><a href=\"https://twitter.com/intent/tweet?text=https://github.com/ramotion/animated-tab-bar\"><img src=\"https://img.shields.io/twitter/url/http/shields.io.svg?style=social\" alt=\"Twitter URL\"></a>\n<a href=\"https://twitter.com/ramotion\"><img src=\"https://img.shields.io/twitter/follow/ramotion.svg?style=social\" alt=\"Twitter Follow\"></a></p>\n\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/js/jazzy.js",
    "content": "window.jazzy = {'docset': false}\nif (typeof window.dash != 'undefined') {\n  document.documentElement.className += ' dash'\n  window.jazzy.docset = true\n}\nif (navigator.userAgent.match(/xcode/i)) {\n  document.documentElement.className += ' xcode'\n  window.jazzy.docset = true\n}\n\n// On doc load, toggle the URL hash discussion if present\n$(document).ready(function() {\n  if (!window.jazzy.docset) {\n    var linkToHash = $('a[href=\"' + window.location.hash +'\"]');\n    linkToHash.trigger(\"click\");\n  }\n});\n\n// On token click, toggle its discussion and animate token.marginLeft\n$(\".token\").click(function(event) {\n  if (window.jazzy.docset) {\n    return;\n  }\n  var link = $(this);\n  var animationDuration = 300;\n  var tokenOffset = \"15px\";\n  var original = link.css('marginLeft') == tokenOffset;\n  link.animate({'margin-left':original ? \"0px\" : tokenOffset}, animationDuration);\n  $content = link.parent().parent().next();\n  $content.slideToggle(animationDuration);\n\n  // Keeps the document from jumping to the hash.\n  var href = $(this).attr('href');\n  if (history.pushState) {\n    history.pushState({}, '', href);\n  } else {\n    location.hash = href;\n  }\n  event.preventDefault();\n});\n"
  },
  {
    "path": "docs/docsets/RAMAnimatedTabBarDemo.docset/Contents/Resources/Documents/undocumented.txt",
    "content": ""
  },
  {
    "path": "docs/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <title>RAMAnimatedTabBarDemo  Reference</title>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/jazzy.css\" />\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"css/highlight.css\" />\n    <meta charset='utf-8'>\n    <script src=\"js/jquery.min.js\" defer></script>\n    <script src=\"js/jazzy.js\" defer></script>\n\n  </head>\n  <body>\n    <a title=\"RAMAnimatedTabBarDemo  Reference\"></a>\n    <header>\n      <div class=\"content-wrapper\">\n        <p><a href=\"index.html\">RAMAnimatedTabBarDemo Docs</a> (100% documented)</p>\n      </div>\n    </header>\n    <div class=\"content-wrapper\">\n      <p id=\"breadcrumbs\">\n        <a href=\"index.html\">RAMAnimatedTabBarDemo Reference</a>\n        <img id=\"carat\" src=\"img/carat.png\" />\n        RAMAnimatedTabBarDemo  Reference\n      </p>\n    </div>\n    <div class=\"content-wrapper\">\n      <nav class=\"sidebar\">\n        <ul class=\"nav-groups\">\n          <li class=\"nav-group-name\">\n            <a href=\"Classes.html\">Classes</a>\n            <ul class=\"nav-group-tasks\">\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMAnimatedTabBarController.html\">RAMAnimatedTabBarController</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMAnimatedTabBarItem.html\">RAMAnimatedTabBarItem</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMBounceAnimation.html\">RAMBounceAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMFrameItemAnimation.html\">RAMFrameItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMFumeAnimation.html\">RAMFumeAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMItemAnimation.html\">RAMItemAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMRotationAnimation.html\">RAMRotationAnimation</a>\n              </li>\n              <li class=\"nav-group-task\">\n                <a href=\"Classes/RAMTransitionItemAnimations.html\">RAMTransitionItemAnimations</a>\n              </li>\n            </ul>\n          </li>\n        </ul>\n      </nav>\n      <article class=\"main-content\">\n        <section>\n          <section class=\"section\">\n\n            <p><img src=\"https://raw.githubusercontent.com/Ramotion/animated-tab-bar/master/header.png\" alt=\"header\"></p>\n<a href='#ramanimatedtabbarcontroller' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h1 id='ramanimatedtabbarcontroller'>RAMAnimatedTabBarController</h1>\n\n<p><a href=\"http://cocoapods.org/pods/RAMAnimatedTabBarController\"><img src=\"https://img.shields.io/cocoapods/p/RAMAnimatedTabBarController.svg\" alt=\"CocoaPods\"></a>\n<a href=\"http://cocoapods.org/pods/RAMAnimatedTabBarController\"><img src=\"https://img.shields.io/cocoapods/v/RAMAnimatedTabBarController.svg\" alt=\"CocoaPods\"></a>\n<a href=\"https://cdn.rawgit.com/Ramotion/animated-tab-bar/master/docs/index.html\"><img src=\"https://img.shields.io/cocoapods/metrics/doc-percent/RAMAnimatedTabBarController.svg\" alt=\"CocoaPods\"></a>\n<a href=\"https://github.com/Ramotion/animated-tab-bar\"><img src=\"https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat\" alt=\"Carthage compatible\"></a>\n<a href=\"http://twitter.com/Ramotion\"><img src=\"https://img.shields.io/badge/Twitter-@Ramotion-blue.svg?style=flat\" alt=\"Twitter\"></a>\n<a href=\"https://travis-ci.org/Ramotion/animated-tab-bar\"><img src=\"https://img.shields.io/travis/Ramotion/animated-tab-bar.svg\" alt=\"Travis\"></a></p>\n\n<p>RAMAnimatedTabBarController is a Swift module for adding animation to tabbar items. It has pre-set of animations which we prepare for you, and ability to use any custom animation you want. With this module you can make your tabbar alive like our <a href=\"https://dribbble.com/shots/1766396-Animated-Tab-Bar-Icons?list=searches&amp;tag=ramotion&amp;offset=...\">shot on dribbble</a>:</p>\n\n<p><img src=\"https://raw.githubusercontent.com/Ramotion/animated-tab-bar/master/Screenshots/tab-bar-icons-iphone-ramotion-animation-interface-design.gif\" alt=\"Animation\"></p>\n\n<p>The <a href=\"https://store.ramotion.com/product/iphone-6-mockups?utm_source=gthb&amp;utm_medium=special&amp;utm_campaign=animated-tab-bar\">iPhone mockup</a> avaiLabel <a href=\"https://store.ramotion.com/product/iphone-6-mockups?utm_source=gthb&amp;utm_medium=special&amp;utm_campaign=animated-tab-bar\">here</a>.</p>\n\n<p>Screencast from our Demo</p>\n\n<p><img src=\"https://raw.githubusercontent.com/Ramotion/animated-tab-bar/master/Screenshots/RAMAnimatedTabBarDemo.gif\" alt=\"Animation\"></p>\n<a href='#requirements' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h2 id='requirements'>Requirements</h2>\n\n<ul>\n<li>iOS 7.0+</li>\n<li>Xcode 6.1</li>\n</ul>\n<a href='#installation' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h2 id='installation'>Installation</h2>\n\n<p>Just add the RAMAnimatedTabBarController folder to your project.</p>\n\n<p>or use <a href=\"https://cocoapods.org\">CocoaPods</a> with Podfile:\n<code>ruby\npod &#39;RAMAnimatedTabBarController&#39;\n</code></p>\n\n<p>or <a href=\"https://github.com/Carthage/Carthage\">Carthage</a> users can simply add to their <code>Cartfile</code>:\n<code>\ngithub &quot;Ramotion/animated-tab-bar&quot;\n</code></p>\n<a href='#usage' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h2 id='usage'>Usage</h2>\n\n<ol>\n<li><p>Create a new UITabBarController in your storyboard or nib.</p></li>\n<li><p>Set the class of the UITabBarController to RAMAnimatedTabBarController in your Storyboard or nib.</p></li>\n<li><p>For each UITabBarItem, set the class to RAMAnimatedTabBarItem.</p></li>\n<li><p>Add a custom image icon for each RAMAnimatedTabBarItem</p></li>\n<li><p>Add animation for each RAMAnimatedTabBarItem :</p>\n\n<ul>\n<li>drag and drop an NSObject item into your ViewController</li>\n<li>set its class to ANIMATION_CLASS (where ANIMATION_CLASS is the class name of the animation you want to use)</li>\n<li>connect the outlet animation in RAMAnimatedTabBarItem to your ANIMATION_CLASS\n<a href=\"http://vimeo.com/112390386\">Demonstration video for step 5</a></li>\n</ul></li>\n</ol>\n<a href='#included_animations' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h2 id='included_animations'>Included Animations</h2>\n\n<ul>\n<li>RAMBounceAnimation</li>\n<li>RAMLeftRotationAnimation</li>\n<li>RAMRightRotationAnimation</li>\n<li>RAMFlipLeftTransitionItemAnimations</li>\n<li>RAMFlipRightTransitionItemAnimations</li>\n<li>RAMFlipTopTransitionItemAnimations</li>\n<li>RAMFlipBottomTransitionItemAnimations</li>\n<li>RAMFrameItemAnimation</li>\n<li>RAMFumeAnimation</li>\n</ul>\n<a href='#creating_custom_animations' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h2 id='creating_custom_animations'>Creating Custom Animations</h2>\n\n<ol>\n<li>Create a new class which inherits from RAMItemAnimation:</li>\n</ol>\n<pre class=\"highlight swift\"><code>     <span class=\"kd\">class</span> <span class=\"kt\">NewAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span>\n</code></pre>\n\n<ol>\n<li>Implement the methods in RAMItemAnimationProtocol:</li>\n</ol>\n<pre class=\"highlight swift\"><code>    <span class=\"c1\">// method call when Tab Bar Item is selected</span>\n    <span class=\"k\">override</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n      <span class=\"c1\">// add animation</span>\n    <span class=\"p\">}</span>\n</code></pre>\n<pre class=\"highlight swift\"><code>    <span class=\"c1\">// method call when Tab Bar Item is deselected</span>\n    <span class=\"k\">override</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n      <span class=\"c1\">// add animation</span>\n    <span class=\"p\">}</span>\n</code></pre>\n<pre class=\"highlight swift\"><code>    <span class=\"c1\">// method call when TabBarController did load</span>\n    <span class=\"k\">override</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n      <span class=\"c1\">// set selected state  </span>\n    <span class=\"p\">}</span>\n</code></pre>\n\n<ol>\n<li>Example:</li>\n</ol>\n<pre class=\"highlight swift\"><code><span class=\"kd\">class</span> <span class=\"kt\">RAMBounceAnimation</span> <span class=\"p\">:</span> <span class=\"kt\">RAMItemAnimation</span> <span class=\"p\">{</span>\n\n    <span class=\"k\">override</span> <span class=\"kd\">func</span> <span class=\"nf\">playAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n        <span class=\"nf\">playBounceAnimation</span><span class=\"p\">(</span><span class=\"n\">icon</span><span class=\"p\">)</span>\n        <span class=\"n\">textLabel</span><span class=\"o\">.</span><span class=\"n\">textColor</span> <span class=\"o\">=</span> <span class=\"n\">textSelectedColor</span>\n    <span class=\"p\">}</span>\n\n    <span class=\"k\">override</span> <span class=\"kd\">func</span> <span class=\"nf\">deselectAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">,</span> <span class=\"n\">defaultTextColor</span> <span class=\"p\">:</span> <span class=\"kt\">UIColor</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n        <span class=\"n\">textLabel</span><span class=\"o\">.</span><span class=\"n\">textColor</span> <span class=\"o\">=</span> <span class=\"n\">defaultTextColor</span>\n    <span class=\"p\">}</span>\n\n    <span class=\"k\">override</span> <span class=\"kd\">func</span> <span class=\"nf\">selectedState</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">,</span> <span class=\"nv\">textLabel</span> <span class=\"p\">:</span> <span class=\"kt\">UILabel</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n        <span class=\"n\">textLabel</span><span class=\"o\">.</span><span class=\"n\">textColor</span> <span class=\"o\">=</span> <span class=\"n\">textSelectedColor</span>\n    <span class=\"p\">}</span>\n\n    <span class=\"kd\">func</span> <span class=\"nf\">playBounceAnimation</span><span class=\"p\">(</span><span class=\"nv\">icon</span> <span class=\"p\">:</span> <span class=\"kt\">UIImageView</span><span class=\"p\">)</span> <span class=\"p\">{</span>\n\n        <span class=\"k\">let</span> <span class=\"nv\">bounceAnimation</span> <span class=\"o\">=</span> <span class=\"kt\">CAKeyframeAnimation</span><span class=\"p\">(</span><span class=\"nv\">keyPath</span><span class=\"p\">:</span> <span class=\"s\">\"transform.scale\"</span><span class=\"p\">)</span>\n        <span class=\"n\">bounceAnimation</span><span class=\"o\">.</span><span class=\"n\">values</span> <span class=\"o\">=</span> <span class=\"p\">[</span><span class=\"mf\">1.0</span> <span class=\"p\">,</span><span class=\"mf\">1.4</span><span class=\"p\">,</span> <span class=\"mf\">0.9</span><span class=\"p\">,</span> <span class=\"mf\">1.15</span><span class=\"p\">,</span> <span class=\"mf\">0.95</span><span class=\"p\">,</span> <span class=\"mf\">1.02</span><span class=\"p\">,</span> <span class=\"mf\">1.0</span><span class=\"p\">]</span>\n        <span class=\"n\">bounceAnimation</span><span class=\"o\">.</span><span class=\"n\">duration</span> <span class=\"o\">=</span> <span class=\"kt\">NSTimeInterval</span><span class=\"p\">(</span><span class=\"n\">duration</span><span class=\"p\">)</span>\n        <span class=\"n\">bounceAnimation</span><span class=\"o\">.</span><span class=\"n\">calculationMode</span> <span class=\"o\">=</span> <span class=\"n\">kCAAnimationCubic</span>\n\n        <span class=\"n\">icon</span><span class=\"o\">.</span><span class=\"n\">layer</span><span class=\"o\">.</span><span class=\"nf\">addAnimation</span><span class=\"p\">(</span><span class=\"n\">bounceAnimation</span><span class=\"p\">,</span> <span class=\"nv\">forKey</span><span class=\"p\">:</span> <span class=\"s\">\"bounceAnimation\"</span><span class=\"p\">)</span>\n    <span class=\"p\">}</span>\n<span class=\"p\">}</span>\n</code></pre>\n<a href='#about' class='anchor' aria-hidden=true><span class=\"header-anchor\"></span></a><h2 id='about'>About</h2>\n\n<p>The project maintained by <a href=\"https://ramotion.com?utm_source=gthb&amp;utm_medium=special&amp;utm_campaign=animated-tab-bar\">app development agency</a> <a href=\"https://ramotion.com?utm_source=gthb&amp;utm_medium=special&amp;utm_campaign=animated-tab-bar\">Ramotion Inc.</a>\nSee our other <a href=\"https://github.com/ramotion\">open-source projects</a> or <a href=\"https://ramotion.com?utm_source=gthb&amp;utm_medium=special&amp;utm_campaign=animated-tab-bar\">hire</a> us to design, develop, and grow your product.</p>\n\n<p><a href=\"https://twitter.com/intent/tweet?text=https://github.com/ramotion/animated-tab-bar\"><img src=\"https://img.shields.io/twitter/url/http/shields.io.svg?style=social\" alt=\"Twitter URL\"></a>\n<a href=\"https://twitter.com/ramotion\"><img src=\"https://img.shields.io/twitter/follow/ramotion.svg?style=social\" alt=\"Twitter Follow\"></a></p>\n\n          </section>\n        </section>\n        <section id=\"footer\">\n          <p>&copy; 2016 <a class=\"link\" href=\"\" target=\"_blank\" rel=\"external\">AlexKalinkin</a>. All rights reserved. (Last updated: 2016-06-10)</p>\n          <p>Generated by <a class=\"link\" href=\"https://github.com/realm/jazzy\" target=\"_blank\" rel=\"external\">jazzy ♪♫ v0.5.0</a>, a <a class=\"link\" href=\"http://realm.io\" target=\"_blank\" rel=\"external\">Realm</a> project.</p>\n        </section>\n      </article>\n    </div>\n  </body>\n</div>\n</html>\n"
  },
  {
    "path": "docs/js/jazzy.js",
    "content": "window.jazzy = {'docset': false}\nif (typeof window.dash != 'undefined') {\n  document.documentElement.className += ' dash'\n  window.jazzy.docset = true\n}\nif (navigator.userAgent.match(/xcode/i)) {\n  document.documentElement.className += ' xcode'\n  window.jazzy.docset = true\n}\n\n// On doc load, toggle the URL hash discussion if present\n$(document).ready(function() {\n  if (!window.jazzy.docset) {\n    var linkToHash = $('a[href=\"' + window.location.hash +'\"]');\n    linkToHash.trigger(\"click\");\n  }\n});\n\n// On token click, toggle its discussion and animate token.marginLeft\n$(\".token\").click(function(event) {\n  if (window.jazzy.docset) {\n    return;\n  }\n  var link = $(this);\n  var animationDuration = 300;\n  var tokenOffset = \"15px\";\n  var original = link.css('marginLeft') == tokenOffset;\n  link.animate({'margin-left':original ? \"0px\" : tokenOffset}, animationDuration);\n  $content = link.parent().parent().next();\n  $content.slideToggle(animationDuration);\n\n  // Keeps the document from jumping to the hash.\n  var href = $(this).attr('href');\n  if (history.pushState) {\n    history.pushState({}, '', href);\n  } else {\n    location.hash = href;\n  }\n  event.preventDefault();\n});\n"
  },
  {
    "path": "docs/undocumented.txt",
    "content": ""
  }
]