exyte (@exytehq) 's Twitter Profile
exyte

@exytehq

Software services agency
Pushing Pixels, Crafting Experiences
📱 iOS ❤️ SwiftUI 👓 VR 💻 Open Source

ID: 783169139632398336

linkhttp://exyte.com/ calendar_today04-10-2016 04:57:28

408 Tweet

962 Followers

739 Following

Android Developers (@androiddev) 's Twitter Profile Photo

What’s new in the Jetpack Compose January ’24 release: 👉 Strong skipping mode 👉 Changes to default font padding 👉 Support for nonlinear font scaling 👉 Drag and drop 👉 And more goo.gle/3u3Zxov

Jaewoong Eum (@github_skydoves) 's Twitter Profile Photo

Compose Tips: If you are in the process of moving from XML-based to fully Compose-based architecture, consider using the new `androidx.fragment:fragment-compose` library.

Compose Tips:

If you are in the process of moving from XML-based to fully Compose-based architecture, consider using the new `androidx.fragment:fragment-compose` library.
Amos Gyamfi (@amos_gyamfi) 's Twitter Profile Photo

Follow my step-by-step article or YouTube tutorial to create this iOS chat & video calling app with #SwiftUI. Blog post: getstream.io/blog/telegram-… YouTube: youtu.be/IUPFld2F3uU?si…

exyte (@exytehq) 's Twitter Profile Photo

Don’t miss out! Take a look at our new library github.com/exyte/Animated… Bookmark it for future reference 😎 #SwiftUI #Swift #ios #iosdev #mobiledev

Enid (@ios_dev_alb) 's Twitter Profile Photo

Did you know about this new modifier in iOS 17.0?💡 Perfect for showing an inspector view when selecting an item 👍 → learnandcodewithenid.com

Did you know about this new modifier in iOS 17.0?💡

Perfect for showing an inspector view when selecting an item 👍

→ learnandcodewithenid.com
Thomas Ricouard (@dimillian) 's Twitter Profile Photo

With iOS 17 #SwiftUI provides a ContentUnavailablView, which is a built-in view to give an empty screen or an error message. I refactored Ice Cubes placeholder view to directly use it. Less code for me to maintain.

With iOS 17 #SwiftUI provides a ContentUnavailablView, which is a built-in view to give an empty screen or an error message. I refactored Ice Cubes placeholder view to directly use it. Less code for me to maintain.
exyte (@exytehq) 's Twitter Profile Photo

We had some fun with our new portfolio app - a little physics can make the title page more exciting and engaging! dribbble.com/shots/23611430… #ios #mobileapp MOVED TO: @maestro__dev #product_design

Majid Jabrayilov (@mecid) 's Twitter Profile Photo

The Swift Async Algorithms package offers a set of functions allowing us to combine two or three async sequences into a single sequence. For example, you can merge two async sequences in a single one and observe values from the resulting sequence. buff.ly/3SS4olb

The Swift Async Algorithms package offers a set of functions allowing us to combine two or three async sequences into a single sequence. For example, you can merge two async sequences in a single one and observe values from the resulting sequence. 
buff.ly/3SS4olb
exyte (@exytehq) 's Twitter Profile Photo

Leverage the power of #Swift new Parameter Packs to adopt the Equatable protocol for use in #SwiftUI .onChange(of:) based on changes to multiple parameters! Usage example: .onChange(of: EquatablePack(v1, v2, v3)) { doSomething() } gist.github.com/denis-obukhov/…