Coder Social home page Coder Social logo

busynavigationbar's People

Contributors

bojan avatar gmertk avatar gmertk-traity avatar lumenlunae avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

busynavigationbar's Issues

Back button not working when animated

Hello

First of all thanks for your library! I really like it and already used it in my application :). I found out that the back button is kind of blocked when the animation is running.

I found out that if you want to have the UIView still beeing responsive you need to add the options UIViewAnimationOptions.AllowUserInteraction. So I changed the following code from:

UIView.animateWithDuration(alphaAnimationDurationOfLoadingView, animations: { () -> Void in
    self.busy_loadingView!.alpha = self.busy_options.alpha
})

To this one:

UIView.animateWithDuration(alphaAnimationDurationOfLoadingView, delay: 0.0, options: UIViewAnimationOptions.AllowUserInteraction, animations: { () -> Void in
    self.busy_loadingView!.alpha = self.busy_options.alpha
}) { (finished) -> Void in
    // Finished..
}

But unfortunately the back button is still no responsive during animation..

Tested with IOS 8.4 Xcode 6.4 (iPhone Simulator)

installed but not working

Hi!๐Ÿ˜Š I installed using cocoapods successfully but the compiler still tell me "navigationBar has no property...."

I also checked Link Binary With Libraries ,the framework was added.

Here is my Podfile, anything wrong? Thanks in advance

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'Kingfisher', '~> 2.2'
pod "BusyNavigationBar"

Swift 3

it'd be cool to have a swift 3 version, if you have any interest to create a branch i would like to help with that.

Bug while PullToRefresh is active (LargeTiles: On)

When PullToRefresh is activated the Bars get drawn at the exact Position.
But shortly after that the Navigationbar shrinks back to its minimum Size (when pulled too far).
The Already started BusyNavigationBars do not shrink / move up. Instead they just stay there.
Any way to get around that behavior? (Any way to wait till the navigationbar is shrinked again and then display the busybars ? idk)

image 2018-06-26 14 26 28

CodeBlock:

self.navigationController?.navigationBar.start(options) UIApplication.shared.isNetworkActivityIndicatorVisible = true Utils.reloadAdminData(completion: { (result) in DispatchQueue.main.async { self.data = result self.tableView.reloadData() UIApplication.shared.isNetworkActivityIndicatorVisible = false self.navigationController?.navigationBar.stop() self.refreshControl.endRefreshing() } })

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.