A multi-language IOS app [closed] - ios

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How to build a multi-language app? I already build one app but it’s English, I want to make it multi-language, and show the language depends on system language.
Appreciate if you give a help!

It's actually quite easy. You basically have a text file for each language you are supporting. Apple's documentation steps you through how to do it:
https://developer.apple.com/internationalization/

Related

I am working with an app which,I have another team member [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am developing an ios, app,it is in swift language.I have another team member.The app has many pages which we decided to program seprately.How can I integrate both of our pages in our app?Kindly help.
Use version control tools like Git

IOS Rate this app implementation [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How to implement the Rating Application feature in ios.
Can anyone guide me on how to implement it?
Is there any way to open the review tab directly on RATE App clicked.
See this here & here. i think it might be helpful in your case.
EDIT:
You can also use iRate (Steps).

Where the architecture of iOS apps is explained? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Could you please point me to the documentation, where the meaning and format of all files inside iOS app source is explained? I'm trying to understand the architecture of iOS applications, behind the UI of Xcode.
Change the extension on the app from ".ipa" to ".zip". Then double-clock to unzip. Examine the unzipped folder's contents.

iOS : How to build a bi-language iOS native application [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
My customer want the iOS application that should have Bi-language(Arabic & English) support inside the application.I thought Localization will workout for this.But the design layout is different for arabic(RTL).How can i achieve this? Should design separate Nib file for both English & Arabic version.Please help me.

iOS app to read excel files and pdf [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am relatively new to iOS dev, and wanted to ask the community for guidance, links or hints on how apps that read files are made and from where to start( I want to practice this part but didnt find tutorials on it).
You can use QLPreviewController for displaying excel and PDF files

Resources