It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How can I give my App multi language supportd?
I know it is possible with NSLocalizedString, but I don't know how to do it.
iam new to iPhone dev.
One of the simplest tutorial from Ray can help you a lot. U can follow this link http://www.raywenderlich.com/2876/how-to-localize-an-iphone-app-tutorial
Its really simple and easy to understand.
Hope this works for you \m/
EDIT:
you can refer to this screenshot in order to overcome "+" problem which has been changed in latest xcode.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
The thing is that I'm making a golf-app and I need the users to fill out all their scores in it. Well I really want the view to look like a golf-scoreboard but how can I achieve this :o?
Thanks guys, much appriciated :D!
You need to use a tableview and use this control: https://github.com/allaboutapps/A3GridTableView
You need to change this according to your needs.. Hope this helps you to start..
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am a newbie using rails. I want to make my app/views/themes/index.html.erb be editable thru the browser. Anyone here have an idea how to do it?
As a video tutorial is better than I could ever explain, check those 2 links
http://railscasts.com/episodes/332-refinery-cms-basics
http://railscasts.com/episodes/296-mercury-editor
Will explain you how to easily set a WYSWYG editor for your HTML content (not your ruby code)
You can use in-place editing gem.. Here is the link
http://railscasts.com/episodes/302-in-place-editing?view=asciicast
You can use ckeditor to achieve this. See these posts.
http://ckeditor.com/demo
https://github.com/galetahub/ckeditor
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm iOS beginner, I feel so difficult to start a project.
What's the best iOS Software Design Flow?
How many steps? How to write a good specification document? How to shorten design time?...
Please guide!Thank you!
Watch Paul Hegarty's lessons on iTunes. https://itunes.apple.com/us/itunes-u/ipad-iphone-application-development/id473757255
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to make an emailing application but I wanted to know if there is maybe already an application that provides their source code so I could get a head start. Like maybe just the simple concept of placing emails in a table view and retrieving them from a server. If there is anything out there please let me know.
If you do a google search, you should be able to find what you are looking for. Here are some I found.
http://mobile.tutsplus.com/tutorials/iphone/mfmailcomposeviewcontroller/
http://m.youtube.com/#/watch?v=ECkJh2mnFc8&desktop_uri=%2Fwatch%3Fv%3DECkJh2mnFc8
The geeky lemon drop one is pretty good.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to write an augmented reality application on iOS 5.
But I have one problem. I can't find simple implementation code of augmented reality.
I anyone can share the link, please do this.
http://www.musicalgeometry.com/?p=1273
There is one example of using the camera overlay. However I'm not exactly sure what you're expecting, the question is kind of vague.