Git Product home page Git Product logo

animatedtabbar's People

Contributors

f3dm76 avatar nikita-afonasov avatar villygreen avatar zapletnev 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

animatedtabbar's Issues

Canvas Crash

When I attempt to run the canvas to preview a basic tab bar it is crashing...

`import SwiftUI
import AnimatedTabBar

struct AnimatedTabBar: View {
@State var selectedIndex = 0
var body: some View {
AnimatedTabBar(selectedIndex: $selectedIndex)
}
}

struct AnimatedTabBar_Previews: PreviewProvider {
static var previews: some View {
AnimatedTabBar()
}
}`

Here is the crash log...
Faith Church Prayer-2023-05-31-120535.txt

Doesn't work on iOS 16

I can't get this to render icons in iOS16 (17 works great). The example app also renders nothing on iOS16.

Unable to use binding

Just downloaded the library and was setting up a basic tab bar to mess around with.

`import SwiftUI
import AnimatedTabBar

struct AnimatedTabBar: View {
@State var selectedIndex = 0
var body: some View {
AnimatedTabBar(selectedIndex: $selectedIndex)
}
}

struct AnimatedTabBar_Previews: PreviewProvider {
static var previews: some View {
AnimatedTabBar()
}
}`

However it is producing an error saying "Cannot convert value '$selectedIndex' of type 'Binding' to expected type 'Int', use wrapped value instead" and it wants me to to remove the binding. If I remove the binding the error goes away but I get a crash when I try to run the preview in the canvas.

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.