I have one query regarding app name...actually is want to display the app name on simulator on menu page at that time i want to display the app name including space means my app name is "Demo iphone simple" like that and i want to display same in iphone menu screen not like "Demoiphonesimple" .
So can any one tell me what is the procedure for that..
Thanx & regards,
Priyanka.
if you want to change only displayed name....then
in your xcode project
go to Resources > Demoiphonesimple.plist
single click on it and in right side of Bundle display name write what you want to display....
clean and run...
Related
I'm in Xcode 6.2 Beta 3 (Build 6C101), I've added a menu and two menu items to my Interface Controller, and created IBActions for both. I've given them titles and images, but when I run the app nothing displays.
I've read
https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/WatchKitProgrammingGuide/Menus.html
and can't see anything about need to show menu items programatically - what am I missing?
You do not need to present the menu programmatically. The only thing you need to do is wire each button to IBActions in your Watch app extension.
The most likely issue is caching of the previous Watch app storyboard. Do a clean build and try again.
Finally, as you likely know WatchKit menus only display on a "force press". They cannot be used for the main interface of the Watch app. In the Simulator, a click and hold with the mouse will simulate a force press, and the animation will make it clear when you have done one, even in contexts where it doesn't do anything.
This was solution for me- Go to Hardware->Touch Pressure->Deep Press then try tap on watch simulator.
I have recently encountered this issue on a real device, although the menu was working as expected on the watch simulator. In my case, the problem was in SF Symbol that I've used as an image.
Everything was fixed after replacing it with an image from the assets catalogue.
I've an air app that needs to put a notification on the status bar on android devices like "2 New Tips" etc. Rest everything works fine, but I am not able to find something that can put a notification on the status bar. A simple demo that puts some text on the status bar on a button click.
I really need it, as this is the last thing left in my app. Please help!!
you'll need to make Native Extensions. http://www.adobe.com/devnet/air/articles/ane-android-devices.html
I have a mobile website that my customers can navigate to through the web. I would like to be able to add an icon shortcut to their phone so that once they click on it they will go directly to the website. I was wondering if there is a way to make this easier? For example, when they visit the mobile website for the first time they click on a button and the script behind this button will automatically download my icon, put it on their smartphone, and link this icon to my mobile website. Can someone advise me on how to do this?
I was just googling this same issue and I found this site... http://socialmedia.biz/2012/02/21/encourage-visitors-to-save-your-site-as-a-mobile-shortcut/
Not sure if it's exactly what you are after, but it sounds about right.
Iphone
Step 1: Make sure Safari is active. Do this in settings.
Step 2: Open Safari and key in-your desired web page
Step 3: Once the site displays on the screen, there is a selection in the very middle at the bottom. Hit it and a screen will come up showing various icons.
Step 4: Find the one with a plus sign at the bottom that says add to screen Select it
Step 5: You will see that now you can just tap that new shortcut to get to the web page.
It works like magic to get rid of the letter box in iPhone5. Just put in the picture
Default-568h#2x.png.
And the app will open with the NavBar in the top in iPhone5 instead of in a letter box.
But how to reverse that?? If I remove the Default-568h#2x.png it still opens unboxed.
Is it possible to go back to the previous letter boxed version?
Or in a new project using Xcode 4.5 to build for letter boxed apps?
The simplest way to get back to the letterbox (3.5-inch display) on the iPhone 5 seems to be
Remove the 4-inch display sized launch image from the project.
Delete the app from the phone.
Clean the project using Product > Clean.
Install the app to the phone.
I asked how can this be done without deleting the app?, but it doesn't seem to be possible.
There is a "share" button in the bottom of the screen in Safari and I am wondering if it possible to add a custom sharing option for that?
For example if user installed an app (let's say App1) then when you click on that "share" button there will be "App1" in the share options list. App1 should register itself somehow as such that is able to do that. I know that this is possible in Android.