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.

Get the main app bundle from within extension

Is it possible to get the containing app's NSBundle from within an app extension? I would like to get the …

ios swift nsbundle ios-app-extension
arrayWithContentsOfFile can't read plist file

i have a plist with an array that contain 2 strings see image : http://imageshack.us/photo/my-images/263/myplist.png/ and …

iphone nsarray plist nsbundle
How do I add an MP3 to my iOS/Xcode project?

I am trying to program an app that includes several songs. Looking through various tutorials they just say to "add …

ios xcode nsbundle
How to transfer resource files with Static Library (How to wrap resources in bundle)?

I'm creating a Static Library for iOS applications. I almost completed it, but there is an issue with the resources. …

ios resources bundle static-libraries nsbundle
NSBundle "not yet loaded" for existing path

I'm trying to implement a way to change language inside the application. I think I have it all figured it …

ios nsbundle
MonoTouch - How to specify image path of UIImage.FromFile()

I have a path problem with UIImage.FromFile() method. My solution folder has 3 projects and the main UI project has …

image xamarin.ios uiimage filepath nsbundle
xcode target dependencies between two projects

I have a problem with setting dependencies in XCode 4 between separate projects. Currently, I have two projects in the same …

xcode dependencies nsbundle