pixel, to swift
@pixel@social.pixels.pizza avatar

When SwiftUI was first released, one of the great features that piqued my interest was the instant preview function. This feature empowers developers to


https://www.appcoda.com/xcode-previews-uikit/

yoyokuo, to swift
@yoyokuo@mastodon.world avatar

Should I keep the iCloud Sync toggle for user or not🧐 #buildinpublic #swift #swiftui #uikit

strnmn, to apple
@strnmn@mstdn.social avatar

On this day last year I joined Apple as an intern.

I’m incredibly excited to share that I’ll return to UIKit as a full-time engineer in April! Can’t wait for new challenges and working with some of the best engineers I’ve met!

below, to SwiftUI
@below@mastodon.social avatar

Now I have the full sample for my UIKIt / SwiftUI Tint Issue.
I would be so happy if you all could have a look, or boost this:
https://github.com/below/TabBarSample

below, to SwiftUI
@below@mastodon.social avatar

I have a SwiftUI / UIKIt question about "Presenting view controller from detached view controller"

https://github.com/below/TabBarSample

lukaskubanek, to swift

I’m looking for a new freelance project as an iOS/macOS developer! Familiar with , , , , and recently really into and . Creator of Diagrams for Mac, featured in the Mac App Store (https://diagrams.app). Open to remote, short to mid-term collaborations. If this sounds interesting, I’d be happy to chat.

For more info about me and my experience, check out my website: https://lukaskubanek.com

Boosts appreciated.

alpennec, to SwiftUI
@alpennec@iosdev.space avatar

I want to synchronise two (or more) scroll views in .

Contrary to , we can't manually set the offset... Here is my best attempt using scrollTargetLayout + scrollPosition + onChange.

I don't like the result because there is some latency.

Any idea how to make it better (iOS 17+)?

video/mp4

dustynaugust, to SwiftUI
@dustynaugust@iosdev.space avatar

So, I was unexpectedly laid off and am looking for my next role! I'm a San Francisco based Senior iOS Engineer who's been obsessed since 2016 but a professional since 2020. I've spent last two years building in and before that. Any help is appreciated.

Cheers! ✌️👽

nighthawk, to swift
@nighthawk@aus.social avatar

Is there no way in UIKit to do a custom animation from the preview of a context menu to a new view controller triggered from one of the menu actions?

I am stuck at getting the frame of the preview's view. The previewViewController property of the UIContextMenuInteractionAnimating is always nil. I can hang onto it manually, but it's not in the view hierarchy nor does it have a window, so I can't get the frame that way either.

nighthawk,
@nighthawk@aus.social avatar

This isn’t too bad but it’d be nicer to directly animate from the preview to the track list.

I vaguely recall that this used to be possible with the old Peek & Pop, but can’t figure out how to replicate this from a context menu.

Screen grab showing the album first shrinking as the context menu is dismissed, and then growing and flipping to show the track list.

below, to random German
@below@mastodon.social avatar

Is there any existing source code for UIKit‘s target forAction withSelector?

dimillian, to SwiftUI
@dimillian@mastodon.social avatar

It’ll be funny seeing the community collapse and split in two when Apple introduces AI-assisted Xcode and AI frameworks to build iOS apps. In the same way, we still have a division between and . There is only one way, and it’s upward.

kkolakowski,
@kkolakowski@mastodon.social avatar

@dimillian Tbh, like @stroughtonsmith said yesterday - those who won't embrace (especially if Apple could do that with more privacy and local) - will simply end up with inferior products.

That's not the case really with vs - end user don't care about such technicalities, but for features - for sure 🤷‍♂️

drahardja, to iOS
@drahardja@sfba.social avatar

Is there really no equivalent to NSColor(named:, bundle:) for UIColor? How do I load a UIColor from a specific Asset Catalog associated with my framework bundle?

drahardja, (edited ) to iOS
@drahardja@sfba.social avatar

Hey coders, how do you use Autolayout?

Please boost for reach

MuseumShuffle, to SwiftUI
@MuseumShuffle@mastodon.social avatar

It's that time of the month again.

tomas, to SwiftUI

leaks in 17. It affects sheet and fullScreenCover presentation. It's a known issue and as a workaround, you can use bridge to .

https://developer.apple.com/forums/thread/737967?answerId=767599022#767599022

Jeehut, to SwiftUI
@Jeehut@iosdev.space avatar

Proof that has become the preferred UI framework within Apple in the last year. Sole binaries are decreasing while Apple is adding new features. That probably means that they are writing new stuff mostly in SwiftUI. 👍✨

Source (by @timac): https://blog.timac.org/2023/1019-state-of-swift-and-swiftui-ios17/

kevindreher, to random
@kevindreher@mastodon.design avatar

When did the wireframe die and who killed it?

amalgam_,
@amalgam_@mastodon.social avatar

@kevindreher Figma?

No but seriously I think a few things happened:

  • one things was or atleast and . It’s not much more work to drag and drop the real component instead of a wireframe.
  • I think there has been a shift in ways of working. Instead of doing a wireframe and aligning with stakeholders you go straight into design or even to code and adjust from there

konstantin, to swift
@konstantin@social.headbright.eu avatar

Aww, remember outlets? Storyboards were the days 😱😍

alpennec, to SwiftUI
@alpennec@iosdev.space avatar

When using with , is there a way to have a polyline in a colour with a stroke in another one? Like in Apple Maps (first screenshot).

In , I used to add the same polyline twice but with different renderer (width & color). It does not seem to work with .

image/png

alpennec,
@alpennec@iosdev.space avatar

I tried:

  • Create a custom type that conforms to Identifiable.
  • Create two polylines (inner & outer)
  • Use them in the Map builder.

It still does not work. It seems we can't have two MapPolyline for the same coordinates. And I don't know how to change the style of a single one.

image/png
image/png

umurgdk, to SwiftUI
@umurgdk@mastodon.social avatar

I'm an iOS/macOS developer with more than 10+ years of software development experience (in different development areas). I've ~3 years of experience in , , and , and system design. I appreciate collaboration and team work (in the real sense).

I'm open for both remote and onsite (hybrid) positions. I would appreciate if you could boost this post, I'm in critical need for a job at the moment.

drahardja, (edited ) to iOS
@drahardja@sfba.social avatar

Trying to use UICollectionView with NSDiffableDataSourceSectionSnapshot: why are my .disclosureIndicator() not working automatically to expand/collapse hierarchical items? I’ve used the .addItems(_, to:) function on the section snapshot object to add child items to parent items, but the accessory seems to always be grayed out.

Funny thing is, I can manually expand the items, and I can see the child items there.

Help!

EDIT: Ha ha, I’ve had too much Scotch, because I should be using .outlineDisclosure(), not .disclosureIndicator().

ctietze, to swift
@ctietze@mastodon.social avatar

Test Driven iOS Development: Part III https://www.youtube.com/watch?v=ypeLHRqd-FA

in / by @dasdom

MuseumShuffle, to SwiftUI
@MuseumShuffle@mastodon.social avatar

Somebody please join @gregheo in the UIKit room. 😞

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • tacticalgear
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • Durango
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • ngwrru68w68
  • kavyap
  • GTA5RPClips
  • provamag3
  • ethstaker
  • InstantRegret
  • Leos
  • normalnudes
  • everett
  • khanakhh
  • osvaldo12
  • cisconetworking
  • modclub
  • anitta
  • tester
  • megavids
  • lostlight
  • All magazines