#learningswift نتائج البحث

I put together this drawing which attempts to list everything I learned so far from the @udacity iOS Dev course. I quickly realized I ran out of room. #learningswift

UVGSho's tweet image. I put together this drawing which attempts to list everything I learned so far from the @udacity iOS Dev course.  I quickly realized I ran out of room. #learningswift

#100DaysOfSwift Day 9. Structs part 2 was easier to understand than yesterday. It must be because I actually learned something even though I thought I didn’t. #momsCanCode #LearningSwift


swift language xylophone app I made last week #learningswift ios


Great chance to join Misk Academy while staying at home and working on achiving iOS development nanodegree with @Udacity #learningswift #iosdevelopment #mobiledevelopment

Kodanchi's tweet image. Great chance to join Misk Academy while staying at home  and working on achiving iOS development nanodegree with @Udacity  #learningswift #iosdevelopment #mobiledevelopment

Learning iOS development with @udacity. Turning out to be more interesting than I thought. 💪 🔥 #learningswift

Its_Macco's tweet image. Learning iOS development with @udacity. Turning out to be more interesting than I thought. 💪 🔥 #learningswift

Just discovered the step through my code feature in playgrounds. This is so helpful #SwiftLang #SwiftPlaygrounds #learningswift #swift

LiftedZoom's tweet image. Just discovered the step through my code feature in playgrounds.  This is so helpful #SwiftLang #SwiftPlaygrounds #learningswift #swift

Understanding error handling. Not sure if this is the correct way to study. 😅 Now, let's try on the Playground to understand more. #learningswift

callmedexty's tweet image. Understanding error handling.
Not sure if this is the correct way to study. 😅 Now, let's try on the Playground to understand more.
#learningswift

This was basically my road on to #learningSwift with @Udacity through the first project. Like a stroll through Camp Crystal Lake....

syco1316's tweet image. This was basically my road on to #learningSwift with @Udacity through the first project. Like a stroll through Camp Crystal Lake....

Me: 'I'll just quickly build a to-do app.' Xcode: 'Warning: Your to-do list just got complicated.' 🤓💻 #LearningSwift #CodeAndLearn

duongductrong_'s tweet image. Me: 'I'll just quickly build a to-do app.'
Xcode: 'Warning: Your to-do list just got complicated.' 🤓💻
#LearningSwift #CodeAndLearn

Numbers & Type Safety: Explored Swift's strict type safety, especially why mixing Int and Double isn’t allowed without explicit conversion. It’s all about preventing bugs! 🛠️ A strong foundation to build on—excited for what’s next! 💻 #Swift #LearningSwift #iOSDevelopment


Started learning @appleswiftui. Will be sharing my journey here. Let’s see how it goes. #swiftUi #learningSwift


Lemme get this straight. To load a NSDictionary from a plist, it's one line. To do it with a Swift Dictionary, you have to load the file data into a Data object, then use a PropertyListEncoder to decode the Data into a dictionary? I think I'm missing something. #learningSwift


"Just wrapped up Day 1 of my Hacking with Swift journey 🚀 Excited to dive deeper into Swift programming! 💻💡 #HackingWithSwift #LearningSwift #CodingJourney" 📚👨‍💻


There are a lot of inspirational stories of determination. If you’re #learningSwift then please check out @seanallen_dev page and courses. They’ve help so many people, especially my thick scull.

Check out the replies if you haven't. Some very inspirational stories for those looking to get their start in software development.



Skipping the return statement?? That's just crazy.. and also.. why do we not need to specify a parameter name for the sqrt function, ie. we write sqrt(12) and not sqrt(of: 12) 🧐 .. seems mandatory for most other functions with params. #learningswift #100DaysOfSwiftUI

monicatvedt's tweet image. Skipping the return statement?? That's just crazy.. 
and also.. why do we not need to specify a parameter name for the sqrt function, ie. we write sqrt(12) and not sqrt(of: 12) 🧐 .. seems mandatory for most other functions with params. #learningswift #100DaysOfSwiftUI

Today I learned about Recursion in #Swift! 🌀 It's like seeing a mirror that reflects itself but in code form! Unlike 'for' and 'while' loops, it focuses on self-reference. 💡 The depth of coding never ceases to amaze me! 🤯 #KeepCoding #LearningSwift #iosdev


4️⃣ Swift.org: Official documentation for Swift programming. A must-read: swift.org/documentation/ Time to code! You need to create projects from tutorials and share them on GitHub. 🖥️ Stay tuned for updates! #iOSDevelopment #LearningSwift #GitProjects"


aha.. found my old book.. love those printed on newspaper paper. Just pencil it in. #learningSpanish could be an indea for #learningSwift

yannemal's tweet image. aha.. found my old book.. love those printed on newspaper paper. Just pencil it in. #learningSpanish could be an indea for #learningSwift

Curso online Swift Fundamentos. ¿Te interesa el desarrollo de apps para iPhone o iPad? El primer paso es aprender Swift. Inscripciones abiertas para el curso de mayo. Informes: wa.me/5215544845398 #swift #iOS #learningswift #swiftprogramming #swiftlearning #swiftstudy

datafoxsoftware's tweet image. Curso online Swift Fundamentos.
¿Te interesa el desarrollo de apps para iPhone o iPad? El primer paso es aprender Swift.
Inscripciones abiertas para el curso de mayo.
Informes: wa.me/5215544845398
#swift #iOS #learningswift #swiftprogramming #swiftlearning #swiftstudy
datafoxsoftware's tweet image. Curso online Swift Fundamentos.
¿Te interesa el desarrollo de apps para iPhone o iPad? El primer paso es aprender Swift.
Inscripciones abiertas para el curso de mayo.
Informes: wa.me/5215544845398
#swift #iOS #learningswift #swiftprogramming #swiftlearning #swiftstudy
datafoxsoftware's tweet image. Curso online Swift Fundamentos.
¿Te interesa el desarrollo de apps para iPhone o iPad? El primer paso es aprender Swift.
Inscripciones abiertas para el curso de mayo.
Informes: wa.me/5215544845398
#swift #iOS #learningswift #swiftprogramming #swiftlearning #swiftstudy

Got the new M2 MacBook Air, now to put the work in on this thing #ios #iosdev #learningSwift #didYouNoticeTheCamelCasing


今天學了 extract subview 有種「哦~的感覺」 也開始能自己找方法調 layout 細節 雖然進度非常緩慢 最近連 twitter 也很少開 期許自己每一兩週有一定進度 能達成就很棒了! #learningswift


Swift Playgrounds is absolutely a breakthrough tool - it's impressive how easy is to get started with app development and programming in general - besides the missing features it is still the best tool for beginners and rapid prototyping #swift #learningswift #ios


Day 3/100 #learningSwift. Learned about size classes and orientation, understanding constraints, alignment and pinning, using containers for more fine-grained control, and using stack views. It almost felt like mini CSS for Swift. Implemented these on yesterday's dice app #Swift


#learningSwift so the init of a Class is like the func doThat(to this: data) { // how? Like this > code } but inside the body of code rather than upfront after the name #swift #iosdev making #codenewbie comparisons here


De Objective-C al "Hello world" en swift #LearningSwift

yellow_201's tweet image. De Objective-C al "Hello world" en swift #LearningSwift

Working on a todo app. #learningswift #swiftlang


Loading...

Something went wrong.


Something went wrong.


United States Trends