• Sign in
  • Sign up
Elektrine
EN
  • EN English
  • 中 中文
Log in Register
Modes
Overview Search Chat Timeline Communities Gallery Lists Friends Email Vault VPN
Back to Timeline
  • Open on mastodon.world

Swift Dev Journal

@swiftdevjournal@mastodon.world
mastodon 4.5.7

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

0 Followers
0 Following
Joined November 17, 2022
Website:
https://www.swiftdevjournal.com

Posts

swiftdevjournal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
Swift Dev Journal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
@swiftdevjournal@mastodon.world · Mar 04, 2026

The following article shows how to add an Open Recent menu to a SwiftUI app:

https://swiftdevjournal.com/posts/open-recent-menu/

#SwiftUI

View on mastodon.world
0
0
0
0
swiftdevjournal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
Swift Dev Journal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
@swiftdevjournal@mastodon.world · Mar 02, 2026

Wondering how long your app takes to launch? The following article shows how to use Instruments to measure your app's launch time:

https://swiftdevjournal.com/posts/measure-app-launch-time/

#Xcode

View on mastodon.world
1
0
0
0
swiftdevjournal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
Swift Dev Journal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
@swiftdevjournal@mastodon.world · Feb 27, 2026

The following article shows how to use the new SwiftUI instrument to find the views in your app that update the most:

https://swiftdevjournal.com/posts/swiftui-frequent-view-updates/

#SwiftUI #Xcode

View on mastodon.world
0
0
0
0
swiftdevjournal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
Swift Dev Journal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
@swiftdevjournal@mastodon.world · Feb 24, 2026

The following article explains why an Observable class's init runs multiple times in SwiftUI:

https://livsycode.com/swiftui/why-your-observable-class-init-runs-multiple-times-in-swiftui/

#SwiftUI

View on mastodon.world
2
0
2
0
swiftdevjournal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
Swift Dev Journal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
@swiftdevjournal@mastodon.world · Feb 23, 2026

The following article shows how to use MapKit to create maps in SwiftUI apps:

https://www.createwithswift.com/creating-maps-in-swiftui-apps-with-mapkit/

#SwiftUI

View on mastodon.world
0
0
1
0
swiftdevjournal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
Swift Dev Journal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
@swiftdevjournal@mastodon.world · Feb 20, 2026

The following article shows a process to create SwiftUI animations:

https://www.swiftdifferently.com/blog/swiftui/swiftui-animation-with-example

#SwiftUI

View on mastodon.world
2
0
0
0
swiftdevjournal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
Swift Dev Journal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
@swiftdevjournal@mastodon.world · Feb 19, 2026

I tried using SwiftUI's new support for rich text in TextEditor. It's nowhere near a replacement for NSTextView on Mac.

You have to open the ruler from the Format menu to show rich text formatting controls. The controls are limited compared to NSTextView's inspector.

The worst issue is sidebars block the left side of the formatting controls. You have to hide the sidebar to apply a paragraph style to your text.

#SwiftUI #MacDev

View on mastodon.world
1
0
1
0
swiftdevjournal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
Swift Dev Journal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
@swiftdevjournal@mastodon.world · Jan 13, 2026
If you're looking for a tool to create help books for Mac apps, check out the GitHub page. https://infosec.exchange/@pasi/115886959182785860
View on mastodon.world
0
0
0
0
Boosted by Peter Cohen @flargh@mastodon.social
swiftdevjournal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
Swift Dev Journal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
@swiftdevjournal@mastodon.world · Nov 24, 2025
Do you get frustrated when you look for Mac development learning material and find only books and articles for iOS? If so, check out the following list of Mac development resources: https://swiftdevjournal.com/resources-for-learning-mac-development/ #MacDev
View on mastodon.world
9
0
7
0
swiftdevjournal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
Swift Dev Journal
Swift Dev Journal
@swiftdevjournal@mastodon.world

I develop Mac and iOS apps (Phel, Bartleby, AM Pages) in Swift using SwiftUI and AppKit. I also write about app development in Swift at Swift Dev Journal.

mastodon.world
@swiftdevjournal@mastodon.world · Dec 01, 2023

Most articles on showing sheets in SwiftUI apps show an example of a button with a .sheet modifier that shows the sheet. But if you try to apply the example to a menu in a Mac app, the sheet won’t show.

To get the sheet to show, you must add a focused value for showing the sheet and set the focused scene value in your main view.

Code and more details are in the following article:

https://www.swiftdevjournal.com/showing-a-swiftui-sheet-from-a-mac-menu/

#SwiftUI #MacDev

View on mastodon.world
4
0
3
0
313k7r1n3

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • VPN Policy

Email Settings

IMAP: imap.elektrine.com:993

POP3: pop.elektrine.com:995

SMTP: smtp.elektrine.com:465

SSL/TLS required

Support

  • support@elektrine.com
  • Report Security Issue

Connect

Tor Hidden Service

khav7sdajxu6om3arvglevskg2vwuy7luyjcwfwg6xnkd7qtskr2vhad.onion
© 2026 Elektrine. All rights reserved. • Server: 10:09:51 UTC