python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Can't add a UIView loaded from XIB as a subView of a ViewController view
I want to implement a popup notification into my app when data was being updated successfully or not. To do that I:
created a .xib file: Screenshot
created a class where I load that NIB:
import UI...

artexhibit
Votes: 0
Answers: 1
How does a XIB file in a ViewController is called
I know how to create a XIB for UIView or UIViewController classes. What I want to know is the lifecycle of XIB?
How it is constructed. I think it comes before ViewDidLoad but I don't have any construc...
Jafar Mohammed
Votes: 0
Answers: 0
Self.frame does not match device dimensions
I'm trying to get the size of my component in relation to the device, however it ignores the real size and considers the "placeholder" of the xib
it's funny because I have two screens with t...

Podrosa
Votes: 0
Answers: 1
Xcode xib editor not loading
Running Xcode 13.2.1 in Monterey 12.2.1
I have an Objective-C project where Xcode will suddenly not open an editor for the xib files. If I double click them in the finder with the project NOT open, th...
john elemans
Votes: 0
Answers: 1