@matthewgleich0Made this cool little frameworks app in pure SwiftUI as part of my iOS course!
@matthewgleich0Got the core logic of my Nuke desktop app working! Just need to design a logo, add sparkle for auto-updates, and refactor the very basic UI to SwiftUI
@linus0I SUBMITTED TECH SUPPORT TO THE APP STORE!!!
@linus0I got printing working with my Tech Support app!
@linus0Woah this is cool, it's super easy to make a a simple text editor in iOS, it has bolding and and underlining and italics and has support for images!
@matthewgleich0Started design and legal work on my newest and possibly biggest project, House Cat! House Cat is a 100% native GitHub client written in swiftUI. I use GitHub all the time and using an app instead of the website would be a huge productivity boost for me. Below is the logo I made in Figma!
@linus0Today I had fun with all the instruments Xcode provides
@linus0Currently waiting for Heroku to build my swift app ⏳ :boredparrot:
@linus0Well I was going through some old cruft on one of my drive and I found this, the last project I did out of Apple's Swift course, which means that I've been doing swift for over a year now! :swift::yay::boomer:
@linus0I’m working on Rudolph more, it’s fun to build a server in :swift: with :vapor:
@linus0I'm deploying my swift app to Heroku, which was cool (first time I used Heroku, cool)! Special thanks to @sarthak for doing quite a bit of it (like all it) 👁️
@jasonaa0~Btw I’m a professional app developer.~ seriously tho swiftui is pretty cool
@linus0Woohoo! :yay: Today I played with Core Data and CloudKit! In the end I was able to setup an app that uses core data to store the information (dates) and syncs it across 3 simulators, my iPhone, and the CloudKit Dashboard!
@linus0I'm making hcor, the core part of hackagotchi available in Swift. Here's how I'm kind of doing it.
@caleb0I'm gonna try to get @scrappy to react with as many emojis as possible, for no particular reason.
When we arrived in space, there were shouts of "yay!" and "hooray!" I wanted to sleep, but the sunset was much too captivating. As I struggled to paint a representation of the masterpiece, my art was cut short by a reminder of our predicament. Our ship's Linux core had been damaged by a rain storm. Upon further inspection, is appeared as though the Rust installation on our ship's robot had been corrupted. We debated which language to replace it with; "Golang!" Matt said. "Swift!" Linus shouted. "Deno!" "JavaScript!" We decided on rewriting the robot's code using minecraft redstone (that way we didn't have to use npm). 15 years later, once we finished, we pushed to the GitHub repository. But wait! The robot's hardware was also severely crippled. We had to 3d print some parts, after getting the models from Google.
@linus0Started to learn about websockets in Swift today.
@linus0I had to go searching around for awhile because I couldn't figure out how to open a new OS X window in SwiftUI.
@ralasi350Working on backend stuff for an iOS app I am working on :swift::github::appleinc:
@ralasi350did some particle emitter stuff for iOS contract :swift::github:
@ralasi350Working on some backend stuff for an app. :github::swift:
@ralasi350Making a swiftui game for company I recently started working at
@linus0I had some fun today with getting my scrappy SwiftUI app to get the slack oauth token to be able to post scrappy updates! It was involved with a lot of moving parts - I had open the default browser, get the auth code back from slack using deep links and had to exchange that for an oauth token, without exposing my client secret (so I couldn't put the secret in the app), then finally putting it in the user's macOS keychain for safe keeping!
@jessding0made a super basic ios app to learn Swift/XCode! then got lilly pollen all over my hands and scrub scrub scrubbed to try to wash it off but some of it is still there 🙃 I didn't really have a pollen allergy before but now my nose/sinuses are starting to act up 🙃 🙃 🙃 i feel like lady macbeth, scrubbing at the SPOTS
@linus0I'm working on an app that lets you post scrapbook updates right from your menu bar!
@linus0I made my own checkmark toggle style in SwiftUI because apple couldn't be bothered to make one.
@linus0More progress on the hackagotchi iOS app! Now the hexagons can move into different formations! Now there's 2 pressing questions we need to ask @ced : api ready when? and standalone client when?
@linus0Debugging some SwiftUI views. Debugging is espcially fun when the compiler can't tell you what's wrong!
@linus0I switched to SwiftUI’s automatic keyboard avoidance.
@linus0Learned a bit more about the updates in SwiftUI this year. This one is cool: keyboard avoidence, so when the keyboard comes up, users can still see the content.
@linus0Today I added in Deep Linking into my Notes App. It was surprisingly easy to do. Now you are able to click a link, and the app will open to that specified note!