Give your iOS app a fresh look! Learn how to easily color your Navigation Bar using Declares and native iOS APIs. Supports Light/Dark mode!
Customize your UI: blog.xojo.com/2025/08/11/1-coloring-yo...
#Xojo #iOS #AppDev #UIUX #XojoTips
Latest posts tagged with #XojoTips on Bluesky
Give your iOS app a fresh look! Learn how to easily color your Navigation Bar using Declares and native iOS APIs. Supports Light/Dark mode!
Customize your UI: blog.xojo.com/2025/08/11/1-coloring-yo...
#Xojo #iOS #AppDev #UIUX #XojoTips
Introspection.TypeInfo + PropertyInfo.Value let you read/write properties dynamically. #Xojo #XojoTips documentation.xojo.com/api/language/introspecti...
Make DesktopTextArea behave like a single‑line scroller for long code/data on macOS, no soft wrap, horizontal scroll. Full walkthrough inside. #Xojo #XojoTips blog.xojo.com/2025/09/09/desktoptextar...
Debug faster in Xojo: set breakpoints, inspect variables in the debugger, and use 'Break' in conditional code paths. For performance, enable Project > Profile Code and review hotspots. #Xojo #Debugging #XojoTips
Design faster, ship sooner: Option/Alt‑drag to duplicate controls, use Auto‑Adjust Tab Order, and turn on Show Measurements to line up spacing. #Xojo #XojoTips #CrossPlatform
Ever need precise control over JSON formatting? Xojo's JSONOptions lets you tailor output for readability or efficiency. A small class, big impact for data serialization! #XojoTips #APIIntegration
🔗 More at: documentation.xojo.com/api/text/json/jsonoption...
Our new blog post shows you how to implement a non-blocking image processor with Threads! Keep your UI responsive and users happy.
📖 Read the tutorial: blog.xojo.com/2025/08/28/implementing-...
#XojoTips #Multithreading #DesktopApps #Xojo