Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #621

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ You can configure and customize your app in various ways:

- Set the icon and launch images in XCode. Note that XCode requires that you
specify these assests per device or/and iOS version.

- To add Launch screen go to Xcode code click on your project, File > New > Launch Screen. In the General Tab
under “App icons and Launch Screen” select the Launch Screen File and add the launch screen you just created. Under
development info in Xcode general tab switch to iOS 9.0 0r 10, you can also design the launch screen as you
wish.
- To create app icon for your projects visit [HERE](https://www.fanstudio.co.uk/appicon/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have an open-source alternative? (Or a link to an official Apple guide) ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you mean for creating app icons?


- To Show status bar on your iOS, Xcode > main.m change IOS_IS_WINDOWED to True(IOS_IS_WINDOWED=True)

- When you first build your XCode project, a 'main.m' file is created in your
XCode project folder. This file configures your environment variables and
Expand Down