Posts

Post not yet marked as solved
1 Replies
1.8k Views
i try to port a iPad app to MacOSmy UI can not be resizedis there a way to disable resizing (both resizing and fullscreen mode)and will this be allowed when the new OS is released ?
Posted Last updated
.
Post not yet marked as solved
0 Replies
320 Views
i have a app that i started working on a while ago (an update from an app that was removed due to to old)its an iPad app in landscape modei now try to port it to MacOS using the MacOS 10.15 Catalistmy UI is a grid that i draw in the beginning of the appit uses view.frame.width/16 and view.frame.height/12 to get perfect squars for the gridwheneverwhenever i resize the view the lines (every line is a 2 pixel width or hight and filling the screen on the other axis) is not resizingit is just adding white space next to the gridis there a function i can all to redraw all the view's with the new sizes ?or is it possible to remove the possebility to resize the view, and to remove the fullscreen button ?
Posted Last updated
.