Tweet
finally understand #MapKit well enough to implement it in Stubs šŸ‘ØšŸ»ā€šŸ’»

users can now view their visited venues on a map, with a bonus LookAroundScene.

#iosdev #swiftui #buildinpublic
hey #iosdev, iā€™m looking for help. šŸ¤”

for the text in my tweet body TextField, i want words that follow a hashtag in the string binding to be blue.

struggling to find an answer on stack overflow , nor is chatgpt l getting me there.

#swiftui #buildinpublic
made some UI upgrades to NewTweetView. plenty more work in this space, but user can now add images to a tweet!

#iosdev #swiftui #clone #buildinpublic
made some UI upgrades to NewTweetView. plenty more work in this space, but user can now add images to a tweet!

#iosdev #swiftui #clone #buildinpublic
šŸ‘ØšŸ»ā€šŸ’» ProfileView now displays a banner image for the associate user.

šŸ‘ØšŸ»ā€šŸ’» currently building EditProfileView, so that users may update their information and images. the UI is a work in progress, but the functionality is in place.

#iosdev #swiftui #buildinpublic
bo may not have a secure password, but at least she can like tweets.

the tutorial portion of this build is complete! going to keep returning to this app as i learn to integrate new features, and dive deeper with #firebase

#iosdev #swiftui #buildinpublic
spent the last few days overhauling presentation logic. the tutorial i'm following aims at a simple rendition of the UI, and I've been trying to get as close as possible to the current #twitter design using only #SwiftUI.

here's some remastered navigation
#iosdev #buildinpublic
i've been using .sheet for quite some time to present modal views. but i just met .fullScreenCover while building this NewTweetView().

almost through the UI portion of the tutorial. digging in with firebase is just around the corner šŸ‘€

#iosdev #swiftui #buildinpublic
i once again have lost some sleep. user now has the ability to interact with each of #ChatGPT's 4 engines: davinci, curie, babbage, and ada.

i'll have to spend a whole day refactoring what i've done this evening šŸ¤“

#iosdev #swiftui #openai #ai #buildinpublic
finally got this working! after hours of searching for solutions online, it occurred to me to simply prompt #ChatGPT with my code, and ask it for suggestions to fix my bug. in moments it was able to teach me how to resolve my issue.

#iosdev #swiftui #buildinpublic
i have a hunch the ForEach making a SavedChatLabel for each saved chat is in part to blame, but i'm not sure how to get it to refresh after the value for isFavorite has been toggled.

SOS. #iosdev #buildinpublic