An NSBundle object represents a location in the file system that groups code and resources that can be used in a program.
What is the best way of loading images from the application main bundle. I am using [UIImage imageNamed: "image.png"]; …
iphone objective-c performance image nsbundleHow necessary is it to search for a path to an image using the NSBundle method pathForResource when creating a …
iphone objective-c uiimage nsbundleI am using the following code in my Cocoa project to call a script I made. The script is in …
objective-c cocoa path nsbundle nstaskI'm trying to migrate a specific part of one of my apps into a framework so that I can use …
ios core-data frameworks nsbundle nsmanagedobjectmodelI am trying to get a strings file table for use with NSLocalizedStringFromTableInBundle. I am using this method: +(NSBundle*)getBundleForLang:(…
ios nsbundle localizable.stringsI have a project which I am migrating from Obj-C to Swift 3.0 (and I am quite a noob in Swift). …
ios swift3 nsbundleIn Objective C whenever I had to access the test bundle I would call [NSBundle bundleForClass:[ClassInTestTarget class]]; bundleForClass is …
swift nsbundleI need to include images in a static library. I created a bundle and inserted in my images, the problem …
ios static-libraries nsbundle xcassetIn my iOS resource folder, I have the images: foo~iphone.png foo@2x~iphone.png foo~ipad.png foo@2…
ios uiimage retina-display nsbundle