My friend @Lextar just released a new version of the @Textastic code editor for iPhone and iPad 🚀
If you’ve been waiting to download this well-known app, now it’s free to download! 🎉
https://t.co/a8wwL6lbuN
Textastic Code Editor for iOS is 30% off from today (#BlackFriday) through next Tuesday! #IndieAppSales
$8.99 down from $12.99 in the US
€9.99 down from €14.99 in Europe
It's very rare for Textastic to go on sale, so get it now on the App Store:
https://t.co/zii0voWJCf
@simonbs I also set constraints that do nothing (e.g. topAnchor equal to topAnchor of same view) using the UITrackingLayoutGuide methods (e.g. a "nearBottomConstraint").
In viewDidLayoutSubviews I can look at https://t.co/QF6SRlb9Vj to determine if the keyboard is near the bottom.
@simonbs I have a solution now: I set followsUndockedKeyboard to true and pin a UIView to the keyboard layout guide. I then read the view's frame in viewDidLayoutSubviews to get the location of the keyboard on screen and can apply my own logic. (The view is orange in the screenshot).
@simonbs In Runestone, you move the line and column view up when the collapsed shortcuts bar is below it. How do you do that without the keyboard layout guide?
I'm using UIKeyboardDidChangeFrameNotification but that gives me a full-width rect in UIKeyboardFrameEndUserInfoKey.
@simonbs Wow, ok. I'm struggling to detect the position of the shortcuts bar (when an external keyboard is attached). The keyboard notifications always return a large rect, even when there is only a small overlay on the right side of the screen.
@Upperbeech Ja, hier bin ich mir nur noch nicht sicher, wie ich die App am besten an das große Display anpasse. Also ob ich die gleiche Ansicht wie am iPhone, aber als Split-View (z.B. links die Liste der Module und rechts die Diagramme) mache oder was eigenes, das den Platz besser ausnutzt.
If you have a Netatmo weather station, please check out my new app Weather Status!
https://t.co/oxvFl802BQ
See all weather station data at a glance and charts of all measured values.
Supports lock screen widgets and includes an Apple Watch app.
@Aivars_Meijers@krzyzanowskim Receipts can be verified by StoreKit 2. You can still perform the validation yourself if you want to, but it's not necessary. I have an autorenewing subscription in my app without having to maintain a server.
@krzyzanowskim I just don't see the incentive to give RevenueCat its share when StoreKit 2 is on the same level of "easy". Yes, the data is not real time, but I can wait a day.