Git Product home page Git Product logo

Comments (4)

ckteebe avatar ckteebe commented on September 27, 2024

I don't know what you exactly mean, but ...
since CustomBadge is a UIView you can add it on any object.

from custombadge.

goelv avatar goelv commented on September 27, 2024

Sorry let me explain.. my application is using a tab bar controller. When user's perform a certain action in the app, I want to add a badge on another tab to indicate to the user that something has been updated.

So I want to add a badge to the tab bar within my application.

Can I use this library to add a CUSTOM badge to my tab bar?

Hope this makes sense.

from custombadge.

ckteebe avatar ckteebe commented on September 27, 2024

Yes, but since the tabItem has no public view (the view property of tabItem is private) you should add the CustomBadge (as subview) to the tabBarController's view. Like this:
[self.tabBarController.view addSubview:YourCustomBadge]
To define the proper position for the badge you can change the frame of the custom badge.

from custombadge.

preetamjadakar avatar preetamjadakar commented on September 27, 2024

@ckteebe : I have tried it, able to add in tabbar controller but after a while unable to change the badge value.
Even when I NSLog badgeLabel,
appDelegate.myTabbarController.badgeNotification.badgeText;

its showing expected value, but its not reflecting in tab bar controller.

Can you please suggest something.

Thanks!

from custombadge.

Related Issues (16)

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.