Floaty icon indicating copy to clipboard operation
Floaty copied to clipboard

Overlay & Width & Height Label

Open arishanapalli opened this issue 2 years ago • 1 comments

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 avatar Aug 16 '21 15:08 arishanapalli

        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 ?

arishanapalli avatar Aug 19 '21 22:08 arishanapalli