python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to show a view from other viewController Class in swift with button click
I have two viewController classes as here
1)Search cart viewController
2)Search Medicine Viewcontroller
in my search cart controller there is a UiView(named: lineItemView) designed in storyboard. In s...
Sipa
Votes: 0
Answers: 1
UIScrollView with multiple UIView/UIImageView stacked on each other for drawing
I can't believe something this easy when I did not use auto-layout is this hard with auto-layout. I put everything in a contentView so that it's a simultaneous zoom for both views (ImageView and UIVie...
Kets
Votes: 0
Answers: 2
How to define a UIView from a swiftUI View
I need to adapt some sdk demo code from swift to swiftui .
In this code, an element must be created based on a UIView container defined in the storyboard
Setup idea: self.arViewContainer.frame
arViewC...
it75
Votes: 0
Answers: 1
Properly Converting a point in `SKScene` to a location for a `UIView`
I have a UIView that I want to position on top of a certain area in an SKScene.
This is the point that I have in my SKScene:
guard let point = elementCGPoints.centroid() else {
return
}
...
narner
Votes: 0
Answers: 1