はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ブラックフライデー

『Hacking with Swift – learn to code iPhone and iPad apps with free Swift tutor...』

  • 人気
  • 新着
  • すべて
  • What's new in Swift 6.2?

    3 users

    www.hackingwithswift.com

    What's new in Swift 6.2? Raw identifiers, backtraces, task naming, and more. Brace yourselves, folks: Swift 6.2 contains another gigantic collection of additions and improvements to the language, while also adding some important refinements to Swift concurrency that ought to make it much easier to adopt everywhere. Many changes are small, such as the addition of raw identifiers, default values in

    • テクノロジー
    • 2025/05/10 12:54
    • Swift
    • Pro SwiftUI – Unleash SwiftUI's full potential

      3 users

      www.hackingwithswift.com

      Unleash SwiftUI's full potential Includes free updates for new Swift versions – click to read my update policy SwiftUI makes it astonishingly easy to create beautiful, fast, native apps for all of Apple’s platforms, and this book is designed to help you make the most of all that power. PACKED WITH CODE Pro SwiftUI comes packed with hands-on code samples walking you through advanced techniques to h

      • 暮らし
      • 2022/10/23 22:45
      • The Complete Guide to SF Symbols

        5 users

        www.hackingwithswift.com

        The Complete Guide to SF Symbols Example code, tips, and techniques for both SwiftUI and UIKit SF Symbols allows us to render a huge and growing variety of icons inside our apps, and every year it gets bigger – not only do many more icons get added, but iOS 14 added the ability to render multicolor icons and iOS 15 added the ability to have complete control over individual layers. In this article

        • テクノロジー
        • 2021/06/13 21:16
        • font
        • iOS
        • design
        • What's new in Swift 5.5?

          4 users

          www.hackingwithswift.com

          What's new in Swift 5.5? Async/await, actors, throwing properties, and more! Swift 5.5 comes with a massive set of improvements – async/await, actors, throwing properties, and many more. For the first time it’s probably easier to ask “what isn’t new in Swift 5.5” because so much is changing. In this article I’m going to walk through each of the changes with code samples, so you can see how each of

          • テクノロジー
          • 2021/05/31 16:01
          • techfeed
          • What is the @FetchRequest property wrapper? - a free SwiftUI by Example tutorial

            3 users

            www.hackingwithswift.com

            What is the @FetchRequest property wrapper? Paul Hudson    @twostraws    May 30th 2025 Updated for Xcode 16.4 SwiftUI gives us a dedicated property wrapper for working with Core Data fetch requests, and it allows us to embed data directly into SwiftUI views without having to write extra logic. You must provide @FetchRequest with at least one value, which is an array of sort descriptors to arrange

            • 暮らし
            • 2020/10/02 19:12
            • The Complete Guide to NavigationView in SwiftUI

              3 users

              www.hackingwithswift.com

              The Complete Guide to NavigationView in SwiftUI Programmatic navigation, customization, and more NavigationView is one of the most important components of a SwiftUI app, allowing us to push and pop screens with ease, presenting information in a clear, hierarchical way for users. In this article I want to demonstrate the full range of ways you can use NavigationView in your apps, including simple t

              • 世の中
              • 2020/04/30 10:09
              • あとで読む
              • What’s new in Swift 5.2

                7 users

                www.hackingwithswift.com

                What’s new in Swift 5.2 Key path expressions as functions, callAsFunction, and more Swift 5.2 arrived with Xcode 11.4, and includes a handful of language changes alongside reductions in code size and memory usage, plus a new diagnostic architecture that will help you understand and resolve errors faster. In this article I'm going to walk through what's changed with some hands-on examples so you ca

                • テクノロジー
                • 2020/02/13 01:22
                • The 100 Days of SwiftUI

                  8 users

                  www.hackingwithswift.com

                  How it works Welcome to the 100 Days of SwiftUI! This is a free collection of videos, tutorials, tests, and more, all drawn from around my work here on Hacking with Swift, and all designed to help you learn SwiftUI effectively. It’s aimed squarely at beginners who want to learn to build real iOS apps, but struggle to find a good, free course that can help them achieve their goals. If that’s you, w

                  • テクノロジー
                  • 2019/10/26 16:50
                  • iOS
                  • お役立ち
                  • プログラミング
                  • Programming
                  • SwiftUI tips and tricks - a free SwiftUI by Example tutorial

                    7 users

                    www.hackingwithswift.com

                    SwiftUI tips and tricks Paul Hudson    @twostraws    May 30th 2025 Updated for Xcode 16.4 SwiftUI is packed with powerful headline features, but there are also dozens of smaller tips and tricks that will help you write better apps. I’ve tried to summarize all the tips I’ve come across so far below, and where applicable I’ve also provided links to my more in-depth SwiftUI tutorials to help give you

                    • テクノロジー
                    • 2019/07/29 10:22
                    • Swift
                    • iOS
                    • SwiftUI by Example - free quick start tutorials for Swift developers

                      30 users

                      www.hackingwithswift.com

                      SwiftUI by Example is the world's largest collection of SwiftUI examples, tips, and techniques giving you almost 600 pages of hands-on code to help you build apps, solve problems, and understand how SwiftUI really works. Also available as a download edition Introduction A brief explanation of the basics of SwiftUI Don’t panic! What is SwiftUI? SwiftUI vs Interface Builder and storyboards Frequentl

                      • テクノロジー
                      • 2019/06/07 17:21
                      • swiftui
                      • swift
                      • あとで読む
                      • iOS
                      • UIActivityViewController by example

                        3 users

                        www.hackingwithswift.com

                        UIActivityViewController by example How to share content across the system UIKit has one main class for sharing content from our apps, and it has a flexible design that lets other services connect to it. This class, UIActivityViewController, can handle sharing text, URLs, image, and more, and is also able to add our app’s own services alongside the others. In this article I'll walk through some co

                        • テクノロジー
                        • 2019/05/21 05:10
                        • iOS
                        • What’s new in Swift 5.1

                          7 users

                          www.hackingwithswift.com

                          What’s new in Swift 5.1 Opaque return types, implicit returns, universal self, and more Swift 5.1 has finally landed, albeit slightly incompletely because function builders haven't gone through the Swift Evolution process yet, Still, we are getting another keystone feature in the form of module stability, which allows us to use third-party libraries without worrying which version of the Swift comp

                          • テクノロジー
                          • 2019/03/30 08:49
                          • swift
                          • あとで読む
                          • What’s new in Swift 5.0 – Hacking with Swift

                            3 users

                            www.hackingwithswift.com

                            What’s new in Swift 5.0 Raw strings, future enum cases, compactMapValues(), and more! Swift 5.0 is the next major release of Swift, and brings ABI stability at long last. That's not all, though: several key new features are already implemented, including raw strings, future enum cases, a Result type, checking for integer multiples and more. Try it yourself: I created an Xcode Playground showing wh

                            • テクノロジー
                            • 2018/10/10 16:26
                            • Swift
                            • ios
                            • あとで読む
                            • How to use Dynamic Member Lookup in Swift

                              3 users

                              www.hackingwithswift.com

                              How to use Dynamic Member Lookup in Swift SE-0195 has been approved, so here’s a guide to get you started. Swift Evolution proposal SE-0195 brings Swift closer in behavior to scripting languages, but does so in a type-safe way – you don’t lose any of Swift’s safety, but you do gain the ability to write the kind of code you’re more likely to see in PHP and Python. In this article I want to walk you

                              • テクノロジー
                              • 2018/05/06 14:27
                              • Debugging Auto Layout feedback loops

                                3 users

                                www.hackingwithswift.com

                                Debugging Auto Layout feedback loops How to use UIViewLayoutFeedbackLoopDebuggingThreshold today This article is dedicated to Marian Goldeen and Russell Ladd, who work tirelessly to help all of us build great apps. A while ago, Tyler Fox mentioned Auto Layout’s feedback loop debugger on Twitter, which was a feature announced back in WWDC 2016 but largely seems to have gone unnoticed since. Apple c

                                • テクノロジー
                                • 2018/03/16 11:47
                                • AutoLayout
                                • Debug
                                • ios
                                • Swift 4.1 improves Codable with keyDecodingStrategy

                                  5 users

                                  www.hackingwithswift.com

                                  Swift 4.1 improves Codable with keyDecodingStrategy Snake case is now just a few keystrokes away. Swift 4.0 brought many great new features, including multi-line strings, better keypaths, and lots of improved dictionary functionality. But it also gave us Codable for the first time: by far the easiest, safest way to convert Swift objects into JSON and XML. However, Codable had one particular annoya

                                  • テクノロジー
                                  • 2018/02/06 09:20
                                  • What’s new in Swift 4.1

                                    4 users

                                    www.hackingwithswift.com

                                    What’s new in Swift 4.1 Synthesized equatable, conditional conformance, and more! Swift 4.1 is the first minor release of Swift 4, bringing with it some useful improvements such as automatically synthesized equatable and hashable, conditional conformances, a smarter way to detect the simulator environment, and more. Make sure you have Xcode 9.3 or later then create a new playground. Let’s take a l

                                    • テクノロジー
                                    • 2018/01/25 10:12
                                    • Why many developers still prefer Objective-C to Swift

                                      9 users

                                      www.hackingwithswift.com

                                      Why many developers still prefer Objective-C to Swift Lack of ABI stability, slow compile times, poor Xcode support, and more hold Swift back For several years after the iOS SDK was announced, developers were flocking to Objective-C as they sought to get their slice of the app development gold rush. But those times are gone: Swift has been with us for over three years now, and has largely pushed i

                                      • テクノロジー
                                      • 2017/10/07 09:57
                                      • swift
                                      • iOS
                                      • What's new in Swift 3.1: learn what's changed and why.

                                        4 users

                                        www.hackingwithswift.com

                                        What's new in Swift 3.1 Paul Hudson    January 26th 2017    @twostraws Swift 3.1 is a small, backwards-compatible update to Swift 3.0, cleaning up a few advanced features in preparation for more serious changes coming when Swift 4.0 is announced in June. Although it took a lot of behind-the-scenes work to make these changes happen (see here and here if you'd like some detail), the end result for d

                                        • テクノロジー
                                        • 2017/01/27 07:27
                                        • Swift
                                        • Hacking with Swift – learn to code iPhone and iPad apps with free Swift 4 tutorials

                                          4 users

                                          www.hackingwithswift.com

                                          Learn SwiftUI and UIKit for free Whether you want to learn SwiftUI or UIKit, Hacking with iOS is a complete tutorial series written for Swift and iOS, taking you from beginner to advanced using hands-on projects. What you get You get all the UIKit projects and all the SwiftUI projects, 30+ hours of video, hands-on tests, and more – all completely free. What you don't get This free online edition d

                                          • テクノロジー
                                          • 2016/12/05 22:17
                                          • Server-Side Swift – learn to make Swift web apps with Swift 5.4 using real-world projects

                                            3 users

                                            www.hackingwithswift.com

                                            Take Swift to the server Includes free updates for new Swift versions – click to read my update policy Building web apps in Swift lets you re-use the skills you've already mastered, while being faster and safer than other languages. This course teaches you everything you need to craft your own server-side APIs and websites, all using Swift. 100% SWIFT 5 Don't waste time with out of date tutorials

                                            • テクノロジー
                                            • 2016/11/20 07:23
                                            • swift
                                            • server
                                            • 書籍
                                            • How to scan a barcode - free Swift example code and tips

                                              3 users

                                              www.hackingwithswift.com

                                              How to scan a barcode Swift version: 5.10 Paul Hudson    @twostraws    May 28th 2019 iOS supports barcode scanning out of the box, but to be honest it's not that easy to do. So, here's a complete UIViewController subclass that you can add to your Swift project and get immediate support with no hassle – all you need to do is update the found(code:) method to take some interesting action, then prese

                                              • テクノロジー
                                              • 2016/11/05 19:40
                                              • ios
                                              • あとで読む
                                              • How to generate haptic feedback with UIFeedbackGenerator - free Swift example code and tips

                                                6 users

                                                www.hackingwithswift.com

                                                How to generate haptic feedback with UIFeedbackGenerator Swift version: 5.10 Paul Hudson    @twostraws    February 7th 2020 iOS 10 introduced new ways of generating haptic feedback using predefined vibration patterns shared by all apps, thus helping users understand that various types of feedback carry special significance. The core of this functionality is provided by UIFeedbackGenerator, but tha

                                                • テクノロジー
                                                • 2016/09/11 11:33
                                                • iOS
                                                • あとで読む
                                                • What's new in iOS 10 for developers: learn what's changed and why with examples of the new APIs from the iOS SDK

                                                  4 users

                                                  www.hackingwithswift.com

                                                  What's new in iOS 10 for developers Paul Hudson    June 13th 2016    @twostraws iOS 10 was announced at WWDC 2016, and introduces a huge range of changes for Apple developers who want to extend the system in various exciting ways. I've tried to summarize the key changes below so you can get started with them straight away, providing code where feasible. Note: you need to download Xcode 8 in order

                                                  • テクノロジー
                                                  • 2016/06/20 19:59
                                                  • What's new in Swift 3.0: learn what's changed and why.

                                                    8 users

                                                    www.hackingwithswift.com

                                                    What's new in Swift 3.0 Paul Hudson    June 13th 2016    @twostraws Swift 3.0 is changing pretty much everything, and your code will almost certainly refuse to build until you make the necessary changes. Seriously, if you thought the jump from Swift 1.2 to 2.0 was big, you ain't seen nothing yet. In this article I'm going to explain some of the most important changes with as many code examples as

                                                    • テクノロジー
                                                    • 2016/05/21 10:39
                                                    • Swift
                                                    • あとで読む
                                                    • What's new in Swift 2.2: learn all the changes in one video

                                                      6 users

                                                      www.hackingwithswift.com

                                                      What's new in Swift 2.2 Paul Hudson    21st March 2016    @twostraws Swift 2.2 is almost here, and cleans up a number of quirks, adds some missing features, and deprecates – perhaps controversially – some language features. This article goes over all the major changes, along with several minor ones, and gives you practical code examples so you can get up and running straight away. If you liked thi

                                                      • テクノロジー
                                                      • 2016/03/04 03:32
                                                      • Swift
                                                      • Safari Content Blocking in iOS: a tutorial by example

                                                        9 users

                                                        www.hackingwithswift.com

                                                        Safari Content Blocking in iOS: a tutorial by example Paul Hudson    June 12th 2015    @twostraws How to write a content blocker extension in 10 minutes (and never see the Daily Mail again) Please note: this is a tutorial explaining how to make your own content blocker. If all you want to do is install a content blocker, click here for a step-by-step tutorial: How to install an ad blocker in Safar

                                                        • テクノロジー
                                                        • 2015/08/24 12:43
                                                        • Safari
                                                        • iOS
                                                        • 広告
                                                        • contentblocker
                                                        • What's new in iOS 9 for developers: UIStackView, Swift 2.0, Core Spotlight, SFSafariViewController, SKAudioNode, GameplayKit

                                                          4 users

                                                          www.hackingwithswift.com

                                                          What's new in iOS 9 for developers Paul Hudson    June 11th 2015    @twostraws If you already completed the entire Hacking with Swift coding series, you'll have watched Apple's WWDC15 keynote with as much excitement as I did. And yes: Swift 2 was announced along with iOS 9 and Xcode 7, so if you're keen to start learning then I'm here to help. So, while I'm busy updating the complete book, I wrote

                                                          • テクノロジー
                                                          • 2015/06/10 11:48
                                                          • iOS
                                                          • apple
                                                          • Hacking with Swift – learn to code iPhone and iPad apps with free Swift tutorials

                                                            84 users

                                                            www.hackingwithswift.com

                                                            Where the world learns Swift. With more free Swift tutorials than any other site, Hacking with Swift will help you learn app development with SwiftUI and UIKit. Search the site, or choose a learning path below. Start Learning Ready to take your first steps with app development? We have a massive curriculum that teaches Swift with both SwiftUI and UIKit using real-world projects – all free. GET STA

                                                            • テクノロジー
                                                            • 2015/04/27 15:58
                                                            • swift
                                                            • iOS
                                                            • tutorial
                                                            • iOS開発
                                                            • iPhone
                                                            • プログラミング
                                                            • programming

                                                            このページはまだ
                                                            ブックマークされていません

                                                            このページを最初にブックマークしてみませんか?

                                                            『Hacking with Swift – learn to code iPhone and iPad apps with free Swift tutor...』の新着エントリーを見る

                                                            キーボードショートカット一覧

                                                            j次のブックマーク

                                                            k前のブックマーク

                                                            lあとで読む

                                                            eコメント一覧を開く

                                                            oページを開く

                                                            はてなブックマーク

                                                            • 総合
                                                            • 一般
                                                            • 世の中
                                                            • 政治と経済
                                                            • 暮らし
                                                            • 学び
                                                            • テクノロジー
                                                            • エンタメ
                                                            • アニメとゲーム
                                                            • おもしろ
                                                            • アプリ・拡張機能
                                                            • 開発ブログ
                                                            • ヘルプ
                                                            • お問い合わせ
                                                            • ガイドライン
                                                            • 利用規約
                                                            • プライバシーポリシー
                                                            • 利用者情報の外部送信について
                                                            • ガイドライン
                                                            • 利用規約
                                                            • プライバシーポリシー
                                                            • 利用者情報の外部送信について

                                                            公式Twitter

                                                            • 公式アカウント
                                                            • ホットエントリー

                                                            はてなのサービス

                                                            • はてなブログ
                                                            • はてなブログPro
                                                            • 人力検索はてな
                                                            • はてなブログ タグ
                                                            • はてなニュース
                                                            • ソレドコ
                                                            • App Storeからダウンロード
                                                            • Google Playで手に入れよう
                                                            Copyright © 2005-2025 Hatena. All Rights Reserved.
                                                            設定を変更しましたx