comparison mobile.txt @ 2673:a39e2ea6fa14

iOS: Only add the "Back" button to the Navigation Bar if the window has the DW_FCF_CLOSEBUTTON style, so it works like Android and generally like the other platforms... the "Back" button is equivalent to the close button. Also remove some more unicode from mobile.txt.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 18 Oct 2021 13:29:55 +0000
parents d2c3b17a4ddf
children dd0b29320a3d
comparison
equal deleted inserted replaced
2672:d2c3b17a4ddf 2673:a39e2ea6fa14
11 "Team" select the appropriate team for this project. 11 "Team" select the appropriate team for this project.
12 "Organization Identifier" with "org.dbsoft" 12 "Organization Identifier" with "org.dbsoft"
13 "Interface" select "Storyboard" 13 "Interface" select "Storyboard"
14 "Language" select "Objective-C" 14 "Language" select "Objective-C"
15 Uncheck "Include Tests" and click "Next" 15 Uncheck "Include Tests" and click "Next"
16 4. Choose a location for the project, "Don’t add to any project or workspace" 16 4. Choose a location for the project, "Don't add to any project or workspace"
17 5. Rename the "Dynamic Windows iOS" target to "dwtest" and remove the following files: 17 5. Rename the "Dynamic Windows iOS" target to "dwtest" and remove the following files:
18 *.m, *.h, *.storyboard and Assets.xcassets 18 *.m, *.h, *.storyboard and Assets.xcassets
19 6. Select "dwtest" folder and File -> Add Files to "Dynamic Windows iOS"... 19 6. Select "dwtest" folder and File -> Add Files to "Dynamic Windows iOS"...
20 Select "dwtest.c" from the file dialog with "Copy items if needed" unchecked. 20 Select "dwtest.c" from the file dialog with "Copy items if needed" unchecked.
21 "Add to targets" should have "dwtest" checked. 21 "Add to targets" should have "dwtest" checked.
47 "Team" select the appropriate team for this project. 47 "Team" select the appropriate team for this project.
48 "Organization Identifier" with your identifier 48 "Organization Identifier" with your identifier
49 "Interface" select "Storyboard" 49 "Interface" select "Storyboard"
50 "Language" select "Objective-C" 50 "Language" select "Objective-C"
51 Uncheck "Include Tests" and click "Next" 51 Uncheck "Include Tests" and click "Next"
52 4. Choose a location for the project, "Don’t add to any project or workspace" 52 4. Choose a location for the project, "Don't add to any project or workspace"
53 5. Make sure you close the "Dynamic Windows iOS" main project before step 6. 53 5. Make sure you close the "Dynamic Windows iOS" main project before step 6.
54 6. Select the project in the top left and File -> Add Files to "Project Name"... 54 6. Select the project in the top left and File -> Add Files to "Project Name"...
55 Find the "Dynamic Windows iOS" project and add it to the application project. 55 Find the "Dynamic Windows iOS" project and add it to the application project.
56 7. Select the Project folder and File -> Add Files to "Project Name"... 56 7. Select the Project folder and File -> Add Files to "Project Name"...
57 Add your source files with "Copy items if needed" unchecked. 57 Add your source files with "Copy items if needed" unchecked.