#xcodetip — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #xcodetip, aggregated by home.social.
-
We can add link to functions in Xcode's documentation using the format ``Class\function``, for example, ``EffectApplier/addEffect(_:to:)``.
#xcodetip -
We can add link to functions in Xcode's documentation using the format ``Class\function``, for example, ``EffectApplier/addEffect(_:to:)``.
#xcodetip -
We can add link to functions in Xcode's documentation using the format ``Class\function``, for example, ``EffectApplier/addEffect(_:to:)``.
#xcodetip -
We can add link to functions in Xcode's documentation using the format ``Class\function``, for example, ``EffectApplier/addEffect(_:to:)``.
#xcodetip -
We can add link to functions in Xcode's documentation using the format ``Class\function``, for example, ``EffectApplier/addEffect(_:to:)``.
#xcodetip -
Shift+Command+A in the iOS simulator is a convenient way for verifying dark and light appearances
#xcodetip -
Shift+Command+A in the iOS simulator is a convenient way for verifying dark and light appearances
#xcodetip -
Shift+Command+A in the iOS simulator is a convenient way for verifying dark and light appearances
#xcodetip -
Shift+Command+A in the iOS simulator is a convenient way for verifying dark and light appearances
#xcodetip -
Shift+Command+A in the iOS simulator is a convenient way for verifying dark and light appearances
#xcodetip -
I use this #xcode tip constantly https://www.youtube.com/watch?v=lgBh1sg3ZRw #XcodeTip #XcodeTips
-
I use this #xcode tip constantly https://www.youtube.com/watch?v=lgBh1sg3ZRw #XcodeTip #XcodeTips
-
I use this #xcode tip constantly https://www.youtube.com/watch?v=lgBh1sg3ZRw #XcodeTip #XcodeTips
-
I use this #xcode tip constantly https://www.youtube.com/watch?v=lgBh1sg3ZRw #XcodeTip #XcodeTips
-
I use this #xcode tip constantly https://www.youtube.com/watch?v=lgBh1sg3ZRw #XcodeTip #XcodeTips
-
#XcodeTip I’ve just learned that #xcode can autocomplete the last argument closure into the trailing closure if you press enter while the argument is highlighted. Boy, how many hours did I waste writing trailing closures manually? #swift #swiftui #XcodeTips
-
#XcodeTip I’ve just learned that #xcode can autocomplete the last argument closure into the trailing closure if you press enter while the argument is highlighted. Boy, how many hours did I waste writing trailing closures manually? #swift #swiftui #XcodeTips
-
#XcodeTip I’ve just learned that #xcode can autocomplete the last argument closure into the trailing closure if you press enter while the argument is highlighted. Boy, how many hours did I waste writing trailing closures manually? #swift #swiftui #XcodeTips
-
#XcodeTip: I often find myself importing the same frameworks in #Swift over & over again. With #OSLog adoption it got really annoying, so I created this to solve it:
https://github.com/FlineDev/FoundationNow, I just `import AppFoundation` & get access to all I need.🤩
And you can do it, too!
-
#XcodeTip: I often find myself importing the same frameworks in #Swift over & over again. With #OSLog adoption it got really annoying, so I created this to solve it:
https://github.com/FlineDev/FoundationNow, I just `import AppFoundation` & get access to all I need.🤩
And you can do it, too!
-
#XcodeTip: I often find myself importing the same frameworks in #Swift over & over again. With #OSLog adoption it got really annoying, so I created this to solve it:
https://github.com/FlineDev/FoundationNow, I just `import AppFoundation` & get access to all I need.🤩
And you can do it, too!
-
#XcodeTip: I often find myself importing the same frameworks in #Swift over & over again. With #OSLog adoption it got really annoying, so I created this to solve it:
https://github.com/FlineDev/FoundationNow, I just `import AppFoundation` & get access to all I need.🤩
And you can do it, too!
-
#XcodeTip: I often find myself importing the same frameworks in #Swift over & over again. With #OSLog adoption it got really annoying, so I created this to solve it:
https://github.com/FlineDev/FoundationNow, I just `import AppFoundation` & get access to all I need.🤩
And you can do it, too!
-
Xcode 15 comes with a live documentation preview and it sure is handy to see how the generated documentations looks like immediately. Can be enabled with choosing Editor > Assistant > Documentation Preview.
#xcodetip -
Xcode 15 comes with a live documentation preview and it sure is handy to see how the generated documentations looks like immediately. Can be enabled with choosing Editor > Assistant > Documentation Preview.
#xcodetip -
Xcode 15 comes with a live documentation preview and it sure is handy to see how the generated documentations looks like immediately. Can be enabled with choosing Editor > Assistant > Documentation Preview.
#xcodetip -
Xcode 15 comes with a live documentation preview and it sure is handy to see how the generated documentations looks like immediately. Can be enabled with choosing Editor > Assistant > Documentation Preview.
#xcodetip -
After building with Xcode 14 increased your app‘s size: How to strip binary symbols without bitcode https://www.emergetools.com/blog/posts/how-xcode14-unintentionally-increases-app-size #XcodeTip #swift #swiftui