comparison mobile.txt @ 2674:dd0b29320a3d

iOS: Use the claimed default value for the navigation bar of 44 points. Then check to see if the intrinsicContentSize is different for us. It is reporting a point size of 50 for me which corrects the look. Also even more unicode in mobile.txt.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 18 Oct 2021 20:50:55 +0000
parents a39e2ea6fa14
children d15517b49638
comparison
equal deleted inserted replaced
2673:a39e2ea6fa14 2674:dd0b29320a3d
24 8. Click the target dropdown and click "Add Target" 24 8. Click the target dropdown and click "Add Target"
25 Select "Framework" and click "Next" 25 Select "Framework" and click "Next"
26 "Product name" with "dwindows" uncheck "Include Tests" 26 "Product name" with "dwindows" uncheck "Include Tests"
27 9. Delete the created "dwindows.h" and "Move to Trash" 27 9. Delete the created "dwindows.h" and "Move to Trash"
28 10. Select "dwindows" folder and File -> Add Files to "Dynamic Windows iOS"... 28 10. Select "dwindows" folder and File -> Add Files to "Dynamic Windows iOS"...
29 Add "dw.h" and "ios/dw.n" with "Copy items if needed" unchecked. 29 Add "dw.h" and "ios/dw.m" with "Copy items if needed" unchecked.
30 11. Repeat steps 8 through 10 with "dwcompat" adding the dwcompat.c and dwcompat.h files. 30 11. Repeat steps 8 through 10 with "dwcompat" adding the dwcompat.c and dwcompat.h files.
31 12. Highlight the project "Dynamic Windows iOS" in the top left then select the main project. 31 12. Highlight the project "Dynamic Windows iOS" in the top left then select the main project.
32 Click "Build Settings" for the entire project and find "Apple Clang – Preprocessing" 32 Click "Build Settings" for the entire project and find "Apple Clang - Preprocessing"
33 Double click "Preprocessor Macros" and add "__IOS__" to the list for release and debug. 33 Double click "Preprocessor Macros" and add "__IOS__" to the list for release and debug.
34 13. Set "Objective-C Automatic Reference Counting" to "No" in "Language – Objective-C" 34 13. Set "Objective-C Automatic Reference Counting" to "No" in "Language - Objective-C"
35 14. Edit the "Info.plist" in "dwtest" and remove all the settings below "Bundle version" 35 14. Edit the "Info.plist" in "dwtest" and remove all the settings below "Bundle version"
36 This is required because Dynamic Windows does not use storyboards. 36 This is required because Dynamic Windows does not use storyboards.
37 If necessary edit the "dwtest" "Build Settings" and correct the path to "dwtest/Info.plist" 37 If necessary edit the "dwtest" "Build Settings" and correct the path to "dwtest/Info.plist"
38 15. Highlight the project "Dynamic Windows iOS" in the top left then File -> New -> Group 38 15. Highlight the project "Dynamic Windows iOS" in the top left then File -> New -> Group
39 Name the new group "Resources" 39 Name the new group "Resources"