Search results for #hackingwithswift
Also, been tracking my progress in #HackingwithSwift and almost 35 hours deep going into day 15... man! Really put the '10,000 hours' argument into perspective, lol.... *sigh*.. baby steps. #100DaysOfSwiftUI at hackingwithswift.com/100/swiftui/14 via @twostraws
Got my first #iOS app published on the AppStore thanks to @twostraws and his #100DaysOfSwiftUI #hackingwithswift tutorials, just a little app my wife wanted to manage her #book #tbrlist with filters useful for #readers that more generic apps didn’t have. apps.apple.com/us/app/tbr-spi…
"Programming is an art: don't spend all your time sharpening your pencil when you should be drawing." @twostraws makes learning Swift feel easy. Loving it. #100DaysOfSwiftUI #HackingWithSwift
#40pluscoding working on a couple of days of #hackingwithswift with @twostraws I do a day in the morning one in the afternoon. Right now I'm learning about loops and while loops.
"the best kinds of apps are when you take the coding skill you have and use it to power your own personal passions, to build an app that solves real problems you face every day." --Paul Hudson #HackingWithSwift
Just noticed I’ve been a #HackingWithSwift Plus subscriber for over 5 yrs already! 🤩 Learned so much from @twostraws, got me my job and own apps in the App Store, so thank you very much 🙏 On to tonight’s monthly HWS+ livestream. #ios #swift #swiftui #KeepOnLearning
And guess who I ran into….🥹❤️@twostraws I missed Luna and the other one!Had an incredible session diving into the latest on Xcode updates, Glass, WebView, Rich Text, and SF Symbols. And once again no second thoughts, I’m a customer for everything but the code!#hackingwithswift
Attended Swift Student Stars and met Paul Hudson (@twostraws)! 💫 His “Build, Build, Build” talk was 🔥 Loved when he said: “Being a Distinguished Winner is the spark—now light the fire and do crazy things!” Let’s go! 🚀 #SwiftStudentChallenge #iOSDev #HackingWithSwift
Yay!!! Finally finished 100 Days of #hackingwithswift #ios #swift. I'm so happy and so proud of myself. Could you give me a thumb-up?
Day 99 of 100 days of #hackingwithswift. It costed me 4 days back and forth to finish this challenge. The layout of UICollectionView is the most time consuming part for me.
Day 97 of 100 Days of #HackingWithSwift. Instruments, Time Profile to find out what causes the slow movement of tableView cells. Allocation tool can be used to find out transient allocations which may cause performance problems.
Day 96 of #HackingWithSwift. Two days were costed to finish three challenges left by Project 29 Exploding Monkeys. Four days to go until 100 days.
Day 95 of #HackingWithSwift. SKView supports transitions with effects. Use in CoreGraphics "setBlendMode(.clear)" when banana hit a building. Convert across different coordinate system.
Day 94 of #HackingWithSwift. Only 6 days left to finish all the courses. It's about drawing skyscrappers with CoreGraphics and communication between UIViewController and SKView. Nothing difficult in today's stuff.
Day 93 of #HackingWithSwift. LocalAuthentication Touch ID/Face ID Related practice
Day 91 of #HackingWithSwift. Core Graphics redux. Use to playground to learn this framework.
Day 90 of #HackingWithSwift. created a meme generation app using UIImagePickerController, UIAlertController, and Core Graphics.
Day 92 of #HackingWithSwift. In Project 28 keychain, GCD, Local Authentication biometrics frame, GCD.
Day 89 of #HackingWithSwift 11 days to go. Challenge for Project 27. A smiling face is drawn with CoreGraphfics framework using line gradient and bezierpath.