issues
search
0si43
/
PiecesOfPaper
Note app focused on quick sketch by Apple Pencil
https://apps.apple.com/jp/app/like-a-paper/id1511690088#?platform=ipad
MIT License
62
stars
8
forks
source link
Adjust note size with window size
#46
Closed
0si43
closed
9 months ago
0si43
commented
3 years ago
Problem
After adoption to multi devices, note size is not suitable for window size(=device display size)
It’s annoying for me
Actually, PKDrawing has its own frame. Information. It’s not related with window/view size.
The logic is depend note size:
note size > window size: view size must adjust note size
(This happens when you open a note making a lager device)
note size < window size: view size must adjust window size
UI like this ↓
Problem