MENU
  • Home
  • About
  • All Categories
  • Contact
  • RK Kaihatsu
RK Kaihatsu Tech Blog Programming Learning Notes
Programming Tips From Programmer
  • Home
  • About
  • All Categories
  • Contact
  • RK Kaihatsu
Programming Tips From Programmer
  • Home
  • About
  • All Categories
  • Contact
  • RK Kaihatsu
  1. Home
  2. Application Development
  3. Swift

Swift– category –

Application DevelopmentSwift
  • Swift

    How to use binary representation of floating point numbers in Swift

    To store floating-point numbers in binary files or binary data buffers, they are encoded as defined by IEEE 754; in Swift, the BinaryFloatingPoint protocol defines methods, etc., to support IEEE 754. For example, float, Double, and Float...
    2022-11-122023-05-29
  • Swift

    Converting Integer Types with Bit Patterns in Swift

    To maintain bit patterns while converting integer types in Swift, utilize the provided initializer. init<T>(truncatingIfNeeded source: T) where T : BinaryInteger You can employ this initializer method to convert between unsigned an...
    2022-11-102023-05-29
  • Swift

    How To write C++ callbacks with Swift’s closure

    This article provides instructions on how to write a callback function using Swift's closure for interfacing with a library written in C++ from Swift application. 【Swift and C++ Interoperability (as of August 4, 2022)】 Swift and C++ do...
    2022-11-092023-05-27
1
New articles
  • How to export issues to CSV file using GitHub CLI
    Git
  • How to Install GitHub CLI and Set up Authentication
    Git
  • How to generate diagrams with ChatGPT: Generating Codes
    ChatGPT
  • Utilizing ChatGPT Effectively: How to Specify Information and Tasks Efficiently
    ChatGPT
  • Requires Xcode 14.1 or later to release on App Store
    App Development News
Popular Articles
  • Fix Ubuntu on WSL that failed to boot after reinstalling
  • Set the window size in SwiftUI
  • Create the Native Menu Bar of Mac Apps with Flutter
  • How to setup OpenCV (for iOS apps)
  • [2023/6/2 Updated] System Requirements of Xcode
Categories
  • 3D CG
    • Maya
  • AI
    • ChatGPT
  • Application Development
    • App Development News
    • AppKit
      • How to create macOS apps with AppKit
    • Flutter
    • Objective-C
    • OpenCV
    • Python
    • Swift
    • SwiftUI
      • Create the ColorPicker with SwiftUI
  • Developer Devices
    • iPhone & iPad
    • Windows
  • Developer Tools
    • Git
    • Keychain
    • Xcode
      • How to use Xcode
  • Documentation
    • Markdown
    • Word
  • Infrastructure
    • Docker
    • GitLab
    • Nginx
    • WSL
  • Uncategorized
  • Web Service
  • Home
  • RK Kaihatsu
  • About This Blog
  • All Categories
  • Contact
  • Privacy Policy
  • Disclaimer
  • English
    • EN English English
    • JA Japanese 日本語

© RK Kaihatsu