Top "Nsbundle" questions

An NSBundle object represents a location in the file system that groups code and resources that can be used in a program.

Multiple Localized .strings Files in iOS App Bundle

I have a fairly complicated project, consisting of several large localized sub-projects. Most of my sub-projects are localized through a …

ios localization uikit nsbundle nslocalizedstring
XCode deployment error: 'NSInvalidArgumentException', Could not find a storyboard named 'MainStoryboard'

Like many of the prior 'MainStoryboard missing in NSBundle' questions, I've got the same prompt but have found no issue …

objective-c xcode4 storyboard nsbundle
How to get the current application icon in ios

Is there a way to get the current application icon in a cocoa-touch app? Thank you.

ios cocoa-touch nsbundle uiapplication
loading NSBundle files on iOS

I'd like to create a project that has a very flexible graphical user interface (skinnable). In order to make this …

ios loading nsbundle
Could not find a storyboard named 'Main' in bundle NSBundle

during the progress of my app I decided to change from using a UIStoryboard to .xib file, and now I …

objective-c xcode nsbundle
How to get All paths for files in Documents directory?

I usually get paths by using NSBundle. But, NSBundle does not contain Documents folder. How to get All paths(or …

ios iphone xcode nsfilemanager nsbundle
core data in a static library for the iPhone

I've built a static library that makes heavy use of the Core Data framework. I can successfully use the library …

iphone core-data static-libraries nsbundle
How can I include a txt file in an Xcode project?

I added a file "IntegerArray.txt" as follows, first I went to File -> Add file to "project name", …

xcode macos swift project nsbundle
access to plist in app bundle returns null

I'm using a piece of code I've used before with success to load a plist into an array: NSString *filePath = [[…

objective-c ios plist nsbundle
Get Bundle reference from Path in Swift

I want to get NSBundle reference from Path in swift. Like in Objective-c > NSBundle* languageBundle = [NSBundle bundleWithPath:path]; How …

ios swift filepath nsbundle