Home Artists Posts Import Register

Content

- New element menu design

- Added view_width and view_height to elements in uiviews

- Added FR~, FB~, view_width, view_height, etc to quick menu

- Added apply button when theme is saved

- Fixed batterybar and weekwidget when in uiview

- Fixed crash if certain names where used specifically used names such as data, frame, etc.

- Fixed adding multiple templates by renaming items fixing the "loading" issue

- Fixed other issues with WeekWidget

- Add shadow on weekwidget

- Added dates +3 and -3 from today

- Added search box to quick menu

- Tweaked font, textstyle, creator options, etc. menu

Element menu design

Element menu now shows subviews of UIView elements in an accordion. No longer showing a new window. Hopefully this makes it easier to understand where elements reside.

Video: https://twitter.com/JunesIphone/status/1699238322613182484?s=20

FR~, FB~, view_width, view_height, screen_height, screen_width

These are considered special values as they calculate sizes dynamically. You will see them when selecting on x, y, width and height.

The main goal of these values is to help creators layout their items. x:0 and y:0 means top left of the screen. If the screen is 414 wide and you wanted to place the element on the top right of the screen you would have to set the element x: to 414 then subtract the width of the element. Then the element would be on the right side of the screen. Since devices change, setting this 414 could make it where your theme doesn't fit other devices. To fix this use FR~0 this now tells designer you want the element to be From Right by 0. It will now do the calculation of screen width - width of element dynamically on each different screen size. FR is for From Bottom so if you wanted an element at the bottom of the screen put FR~0. view_width is only for elements inside a UIView, same for view_height. This gets the uiview width and height the element is in.

Files

(No title)

Comments

BaddxSimmy

For some reason since I’ve downloaded designer my Instagram and messenger force closes and logs me out. When I uninstalled, my apps work again.

junesiphone

Instagram messenger is working fine here tried on two separate devices. I did see someone comment on a Dopamine tweet regarding Instagram. Nothing regarding Designer.