This tag should be used only on questions that are about Objective-C features or depend on code in the language.
I try to integrate Swift code in my app.My app is written in Objective-C and I added a Swift …
ios objective-c swiftHow do I programmatically set the InitialViewController for a Storyboard? I want to open my storyboard to a different view …
ios objective-c swift uiviewcontroller uistoryboardHow can I adjust the image size of the UIButton? I am setting the image like this: [myLikesButton setImage:[UIImage …
ios objective-c xcode uibuttonI have been searching everywhere and nothing so far has worked for me. Basically I want to have a .xib …
ios objective-c uiview xibI'm pretty new to Objective-C and iOS so I've been playing around with the Picker View. I've defined a Person …
ios objective-c arrays nsarrayI have a class Film, each of which stores a unique ID. In C#, Java etc I can define a …
objective-c variables staticCould someone give a small example of applying the blur to an image? I've been trying to figure out the …
ios objective-c uiview uikit uivisualeffectviewI have a custom UITableView using UITableViewCells. Each UITableViewCell has 2 buttons. Clicking these buttons will change an image in a …
objective-c uitableviewHow would it be possible to include both bold and non-bold text in a uiLabel? I'd rather not use a …
ios objective-c swift uilabel nsattributedstringWhat are the differences between implementing a @property with @dynamic or @synthesize?
objective-c cocoa cocoa-touch synthesize