Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay & Width & Height Label #309

Open
arishanapalli opened this issue Aug 16, 2021 · 1 comment
Open

Overlay & Width & Height Label #309

arishanapalli opened this issue Aug 16, 2021 · 1 comment

Comments

@arishanapalli
Copy link

arishanapalli commented Aug 16, 2021

Overlay on navigation bar not shown.
How to have the overlay complete Window of UIVIewController.

How to set constant label width & height?
titleLabel -> Width & Height fixed to width: 150 & height: 42

How to increase overlay to complete navigation bar & TabBar?

@arishanapalli
Copy link
Author

        if(titleLabelPosition == .left) {
            titleLabel.frame.size.width = 124
            titleLabel.frame.origin.x = -titleLabel.frame.size.width - 10
            titleLabel.frame.size.height = 24

}. Customised the label width & Hight Static done

Now I like to have overly need cover complete TabBarController & Navigation Controller ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant