Category: IOS Development
-
Practical Weaviate Cloud Queries for IOS/MacOS

Integrate AI-driven search into your existing Swift and SwiftUI apps. Leverage the power of a managed vector database like Weaviate Cloud (WCD) to handle all the complex AI infrastructure, letting us, the developers, focus on what we do best—building amazing user experiences. Get Hands-On: The Query Helper Application To truly understand how to harness this Read more
-
Creating Requirements FROM code

Creating user requirements from code is an effective way to communicate what an application is doing to non-technical users. Traditionally, a product manager defines requirements and gives them to a programmer TO CODE an application. Now code can be used to generate WHAT REQUIREMENTS HAVE BEEN IMPLEMENTED AND TESTED in an application. Armed with this Read more
-
Add Color to your UI

AI can help us pick awesome colors from any image we give it! It looks at all the shades and suggests a palette that just feels right, which is super handy if color theory isn’t one of your developed skills. We can use colors from a target image to make your app look even better! Read more
-
Add Vector Search to your App

Ever want to apply a vector search to your iOS or macOS app quickly and with minimal effort? In 2024, I wrote an article for the vector DB platform company Weaviate on how to do that (see “Search with Benefits” article below). I included a simple SwiftUI playground application to help you practice. You can Read more