# news tips (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover news tips.

Page: <https://rssamplifier.com/topics/news-tip/blogs>  
Feed: <https://rssamplifier.com/topics/news-tip/blogs.md>

---

## [WWDC 2026 Viewing Guide](https://useyourloaf.com/blog/wwdc-2026-viewing-guide/)

_2026-06-15 · Use Your Loaf - iOS Development News & Tips_

My WWDC 2026 viewing guide to help you plan the sessions you want to watch. Where Do I Start? The two big themes for the year are again Liquid Glass and Apple Intelligence. Start by watching the Platforms State of the Union (SOTU) for a summary of what&rsquo;s new this year. If you only have five minutes try the SOTU recap . You don&rsquo;t have to learn everything new today! There are over 100…

## [Generative AI News: 2 upcoming webinars](https://nicolehennig.substack.com/p/generative-ai-news-2-upcoming-webinars)

_2026-06-01 · Nicole Hennig · Generative AI News by Nicole Hennig_

Exploring AI’s potential and staying current with AI literacy

## [Generative AI News - issue #14](https://nicolehennig.substack.com/p/generative-ai-news-issue-14)

_2026-03-30 · Nicole Hennig · Generative AI News by Nicole Hennig_

Exploring AI’s potential and staying current with AI literacy

## [Generative AI News - upcoming webinars](https://nicolehennig.substack.com/p/generative-ai-news-upcoming-webinars)

_2026-03-19 · Nicole Hennig · Generative AI News by Nicole Hennig_

Exploring AI’s potential and staying current with AI literacy

## [Generative AI News: 10 Tips (2026 update)](https://nicolehennig.substack.com/p/generative-ai-news-10-tips-2026-update)

_2026-01-05 · Nicole Hennig · Generative AI News by Nicole Hennig_

Free PDF, updated for 2026

## [Generative AI News - issue #13](https://nicolehennig.substack.com/p/generative-ai-news-issue-13)

_2025-12-01 · Nicole Hennig · Generative AI News by Nicole Hennig_

Exploring AI’s potential and staying current with AI literacy

## [Format Swift with a Git Commit Hook](https://useyourloaf.com/blog/format-swift-with-a-git-commit-hook/)

_2025-11-24 · Use Your Loaf - iOS Development News & Tips_

How do you automatically format your Swift code every time you commit it to your Git repository? Swift Format There are several Swift formatting tools. Xcode 16 shipped with swift-format included in the toolchain: $ xcrun --find swift-format /Applications/Xcode.app/Contents/Developer/Toolchains/ XcodeDefault.xctoolchain/usr/bin/swift-format To run the formatter: $ swift format MyFile.swift Note:…

## [SwiftUI Custom URL Schemes](https://useyourloaf.com/blog/swiftui-custom-url-schemes/)

_2025-10-27 · Use Your Loaf - iOS Development News & Tips_

Create a custom URL scheme handler for SwiftUI WebViews. Custom URL schemes Apple introduced both WebView and WebPage SwiftUI views in iOS 26. These provide similar WebKit functionality to the UIKit WKWebView APIs. This includes being able to register custom URL schemes to load local resources. Suppose I have an App that loads quotations from the local App bundle. My URL scheme uses the format:…

## [iPhone 17 Screen Sizes](https://useyourloaf.com/blog/iphone-17-screen-sizes/)

_2025-10-13 · Use Your Loaf - iOS Development News & Tips_

There&rsquo;s less variation this year with the base iPhone 17 and Pro models sharing a display. The Plus model is gone but we get a new iPhone Air. Here&rsquo;s what you need to know about the iPhone 17 models. The New Models in a Nutshell There&rsquo;s no iPhone 17 Plus model this year. Instead the iPhone 17 gets the same 6.3" display as the iPhone 17 Pro. The Pro Max keeps the 6.9" display from…

## [Generative AI News - issue #12](https://nicolehennig.substack.com/p/generative-ai-news-issue-12)

_2025-09-29 · Nicole Hennig · Generative AI News by Nicole Hennig_

Exploring AI’s potential and staying current with AI literacy

## [PixelRift — Platforming with Level Editor (Sponsored)](https://crawlproof.com/a/BttBTBuiYGlz)

_2025-09-29 · **Sponsored**_

Includes a built-in level editor, campaign with elemental heroes, and boss encounters.

## [Swift Default Value in String Interpolations](https://useyourloaf.com/blog/swift-default-value-in-string-interpolations/)

_2025-09-07 · Use Your Loaf - iOS Development News & Tips_

Swift 6.2 makes it easier to interpolate strings with optional values. What&rsquo;s The Problem? In this SwiftUI view I need to create a text string from an optional integer value: struct CounterView : View { let count : Int ? var body : some View { Text ( "The count is \\( count ) " ) } } The compiler warns about the optional value: String interpolation produces a debug description for an optional…

## [Generative AI News - quick update about my course on Udemy](https://nicolehennig.substack.com/p/generative-ai-news-quick-update-about)

_2025-08-01 · Nicole Hennig · Generative AI News by Nicole Hennig_

Exploring AI’s potential and staying current with AI literacy

## [Generative AI News - issue #11](https://nicolehennig.substack.com/p/generative-ai-news-issue-11)

_2025-07-07 · Nicole Hennig · Generative AI News by Nicole Hennig_

Exploring AI’s potential and staying current with AI literacy

## [Generative AI News: 10 Tips for Keeping Up with Generative AI](https://nicolehennig.substack.com/p/generative-ai-news-10-tips-for-keeping)

_2025-06-16 · Nicole Hennig · Generative AI News by Nicole Hennig_

Free PDF, updated for 2025

## [Generative AI News - issue #10](https://nicolehennig.substack.com/p/generative-ai-news-issue-10)

_2025-05-14 · Nicole Hennig · Generative AI News by Nicole Hennig_

Exploring AI’s potential and staying current with AI literacy

