wiwi

Powered By People

Alberto De Bortoli Principal Software Engineer @ Just Eat Takeaway, London.


  • Now Available: Monthly Subscriptions with a 12-Month Commitment
    on April 27, 2026 at 1:00 pm

    Today, we’re introducing a new way that people can pay for your auto-renewable subscriptions on the App Store: monthly subscriptions with a 12-month commitment. This new payment option allows you to offer subscribers more affordable options. People can cancel their subscription at any time, […]

  • Lykke Studios: In pursuit of puffy perfection
    on April 24, 2026 at 1:00 pm

    DEVELOPER STORIESTHE POWER OF PUFFIES.The delightful game puffies. combines the satisfying snap of a jigsaw puzzle with the nostalgic delight of a sticker book.This 2025 Apple Design Award finalist for Inclusivity is brimming with virtual puffy stickers, the sort that ’80s kids would slap on […]

  • Hello Developer: April 2026
    on April 7, 2026 at 1:00 pm

    In this edition: Join us on bilibili and LinkedIn. Catch up on essential sessions before WWDC26. Build a travel app with sample code. Browse the latest edition of our new design gallery. Learn about the biggest-ever update to Analytics in App Store Connect. Read now

  • How Infold Games fashioned an open world for Infinity Nikki
    on April 3, 2026 at 4:02 pm

    Infinity Nikki is a literally glowing example of what video game graphics can be.The fifth in a series of dress-up titles from Infold Games, Infinity Nikki is also the first to embrace elements of RPG action-adventure. But instead of tracking down weapons and battling bad guys, this installment […]

  • Q&A: How Plane Finder set itself up for the long haul
    on April 3, 2026 at 4:00 pm

    Plane Finder is a sparkling example of what happens when a small team grows with a platform.Launched in 2009, Plane Finder didn’t scale over the years by adding headcount, vendors, or complexity. Instead, founders Jodie and Lee Armstrong made a long-term bet on Apple’s ecosystem — staying […]


Use Your Loaf – iOS Development News & Tips Recent content on Use Your Loaf – iOS Development News & Tips

  • Format Swift with a Git Commit Hook
    on November 24, 2025 at 10:29 am

    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/ […]

  • SwiftUI Custom URL Schemes
    on October 27, 2025 at 11:26 am

    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. […]

  • iPhone 17 Screen Sizes
    on October 13, 2025 at 9:44 am

    There’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’s what you need to know about the iPhone 17 models. The New Models in a Nutshell There’s no iPhone 17 Plus model this year. Instead the iPhone 17 […]

  • Swift Default Value in String Interpolations
    on September 7, 2025 at 8:51 am

    Swift 6.2 makes it easier to interpolate strings with optional values. What’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 […]

  • Treating Warnings As Errors In Swift Packages
    on September 1, 2025 at 11:02 am

    In Swift 6.2, Swift Packages give us control over which compiler warnings to treat as errors. Finer-grained Controls for Compiler Warnings The Swift compiler has options to treat all warnings as errors or suppress all warnings: -warnings-as-errors -suppress-warnings In Xcode, you add those compiler […]


inessential.com Brent Simmons’s weblog.

  • I Tried to Explain What I Do
    on March 3, 2026 at 5:15 pm

    I’ve known for decades that most of family and friends (except for family and friends in tech) have no idea what I do — they just think it’s math-heavy and mysterious. Well. It’s definitely not math-heavy and it shouldn’t be mysterious. So I figured I’d write up What I Do. Even if I […]

  • Seattle Xcoders Talks This Week Considered Unmissable
    on March 2, 2026 at 7:09 pm

    The title is a little over the top, but barely — we have two fantastic talks this Thursday (March 5) that you should go to. (I’ll be there!) Laura Savino will present “Learn Out Loud”: As devs today, we’re supposed to demonstrate immediate skills in tools whose configs change once a […]

  • Why Objective-C
    on February 28, 2026 at 1:21 am

    In my previous post I talk about how I got rid of hundreds of thousands of lines of Objective-C code while at Audible and I explain why keeping Objective-C code around is a terrible idea. And I explain that… I’m not stuck in the old ways; I’m not the guy insisting on the supremacy of […]

  • Why Not Objective-C
    on February 18, 2026 at 11:00 pm

    At my last job, at Audible (hi Audible folks, if you’re reading this!), I led the effort to port our remaining Objective-C to Swift. When I started that project, Objective-C was about 25% of the code; when I retired it was in the low single digits (and has gone even lower since, I’ve heard). […]

  • Blog Fuckup
    on February 2, 2026 at 1:00 am

    I’ve been working on my blog software (a static site generator) and I managed to screw things up enough that random old posts got published on the site and in the RSS feed. As soon as I saw the issue I fixed it, but I’ve been getting email from folks about some of the posts, so I know they got […]


Swift by Sundell Weekly Swift articles, podcasts and tips by John Sundell


🚀 Master iOS App Development with Wiwi.live

iOS development is at the heart of mobile innovation, powering apps that run seamlessly on iPhones, iPads, and Apple Watches. Whether you’re a beginner learning Swift or a seasoned developer building for the App Store, the Wiwi.live iOS development page is your one-stop resource for tools, tutorials, and the latest industry updates.

Our goal is to help you turn your app ideas into reality — and publish them with confidence on the Apple ecosystem.

iOS development tools, Swift code, and iPhone design on Wiwi.live iOS development page

💡 Why iOS Development Is Worth Learning

With millions of active iOS devices around the globe, Apple’s platform offers developers a reliable, high-income environment for launching apps. It’s known for consistent UI standards, performance optimization, and user trust. By learning iOS development, you open doors to career opportunities, freelance projects, and entrepreneurial ventures.

On Wiwi.live, we break down complex topics into approachable content so you can learn at your own pace and build real-world skills.

📚 Learn Swift Programming

At the core of iOS development is Swift, Apple’s official programming language. It’s fast, safe, and expressive, making it ideal for both beginners and pros. On our iOS development page, you’ll find:

  • Introductory guides to Swift syntax and structure
  • Tutorials on using functions, loops, structs, and classes
  • Best practices for clean, maintainable Swift code

We provide real code examples and project-based learning, so you can apply what you read directly into Xcode.

🛠️ Master Xcode and Interface Builder

Xcode is Apple’s integrated development environment (IDE) where the magic of app creation happens. Our tutorials cover the entire workflow, including:

  • Setting up a new iOS project
  • Designing user interfaces with Interface Builder and SwiftUI
  • Linking UI elements to Swift code (IBOutlets and IBActions)
  • Debugging tools and testing methods

You’ll also learn how to create responsive layouts that look great on all screen sizes — from iPhones to iPads.

Buy a Gift

📱 Building iOS Apps From Scratch

Wiwi.live helps you build apps from concept to deployment. Our project-based tutorials cover common app types:

  • To-do list apps and note-taking apps
  • Weather apps with live API data
  • Camera and photo gallery integrations
  • Apps with user authentication and local storage

Each tutorial is paired with downloadable source code so you can follow along or modify for your own use.

🌐 Integrating APIs and Third-Party Libraries

Modern apps rely on external data and services. We show you how to integrate popular APIs (like weather, maps, or news feeds) and manage network calls using URLSession or third-party libraries like Alamofire.

You’ll also learn about using CocoaPods or Swift Package Manager to bring in open-source libraries that expand your app’s capabilities — all while maintaining clean architecture.

🧪 Testing, Debugging, and Publishing to the App Store

Writing the app is only half the job. We guide you through:

  • Unit testing and UI testing with XCTest
  • Using breakpoints and LLDB for efficient debugging
  • Preparing your app for submission, including setting up App Store Connect, writing descriptions, and creating screenshots

Wiwi.live makes the deployment process smooth and transparent, helping you avoid common pitfalls.

Check out our other pages: CarsBeautyTech

🔄 Staying Updated in the iOS World

Apple releases updates to iOS and Swift every year. We keep you in the loop with:

  • Summaries of new iOS versions and features
  • Migration tips for older projects
  • Trends in SwiftUI, Combine, and Apple’s design language

Following our iOS development page means you’re always building apps that are up-to-date, optimized, and user-ready.

✅ Conclusion: Start Building with Wiwi.live

Whether you’re prototyping your first app or preparing to launch your tenth on the App Store, the Wiwi.live iOS development page is here to support you every step of the way. With detailed guides, practical tips, and real project tutorials, we help you go from beginner to builder — faster than ever.

Start exploring, keep learning, and bring your iOS ideas to life.