Software Development Notes
open-menu closeme
Home
Swift
Python
About
Software Development Notes
linkedin rss
  • Create QR Code in SwiftUI

    calendar Jul 18, 2021 · 4 min read · QR Code swiftui  ·
    Share on: linkedin facebook copy
    Create QR Code in SwiftUI
    A Quick Response code or QR Code is a type of two-dimensional barcode invented by the Japanese automotive company Denso Wave in 1994. A QR code consists of black squares arranged in a square grid on a white background. This article shows how to create QR codes in SwiftUI using the CoreImage framework.
    Read More
  • Persist data with UserDefaults in SwiftUI

    calendar Jul 11, 2021 · 5 min read · UserDefaults swiftui  ·
    Share on: linkedin facebook copy
    Persist data with UserDefaults in SwiftUI
    Small pieces of App data can be stored using UserDefaults in SwiftUI. This is particularly good for application settings rather than user data that may be better stores in a larger database or using core data. This article describes how to use UserDefaults to store application data.
    Read More
  • UI testing with Xcode

    calendar Jul 4, 2021 · 10 min read · UI Testing swiftui  ·
    Share on: linkedin facebook copy
    UI testing with Xcode
    User Interface (UI) testing is a type of automated testing where the app is run and the user actions are simulated and the response from the app is measured to ensure correct behavior. This article adds UI tests to the FizzBuzz app.
    Read More
  • Unit testing with Xcode

    calendar Jun 27, 2021 · 6 min read · unit testing swiftui  ·
    Share on: linkedin facebook copy
    Unit testing with Xcode
    Unit tests are low level tests written to test individual functions in code. Apple introduced XCTest with Xcode 5 in 2013 and has continually evolved it over time. This article adds unit tests to the FizzBuzz app.
    Read More
  • MVVM in SwiftUI

    calendar Jun 20, 2021 · 8 min read · MVVM swiftui  ·
    Share on: linkedin facebook copy
    MVVM in SwiftUI
    Model-View-ViewModel (MVVM) is a design pattern used to separate the user interface from the business logic in an application. A simple game is used to demonstrate the three components of MVVM in SwiftUI. MVVM consists of; a Model that contains the data and business logic; a View that presents data to the user and …
    Read More
  • How to animate a Shape change in SwiftUI

    calendar Jun 13, 2021 · 20 min read · animation AnimatableData VectorArithmetic swiftui  ·
    Share on: linkedin facebook copy
    How to animate a Shape change in SwiftUI
    Building on previous articles on Path animation in SwiftUI, this article demonstrates how to animate the smooth transition form one random shape to another. This is done by defining a custom AnimatableData for a list of cubic curves and using this in a custom shape so that SwiftUI can present a smooth transition from …
    Read More
  • How to animate a Cubic Curve change in SwiftUI

    calendar Jun 6, 2021 · 13 min read · animation AnimatableData VectorArithmetic swiftui  ·
    Share on: linkedin facebook copy
    How to animate a Cubic Curve change in SwiftUI
    Continuing on the exploration of animating Paths in SwiftUI. This article shows how to animate the movement of a cubic Bézier curve from one position to another. The smooth transition from a straight line to a curved line is also shown by adjusting the two control points.
    Read More
  • How to animate a quadratic curve change in SwiftUI

    calendar May 30, 2021 · 10 min read · animation AnimatableData VectorArithmetic swiftui  ·
    Share on: linkedin facebook copy
    How to animate a quadratic curve change in SwiftUI
    Continuing on the exploration of animating Paths in SwiftUI. This article shows how to animate the movement of a quadratic curved line from one position to another. The smooth transition from a straight line to a curved line is also shown by adjusting the control point.
    Read More
  • How to animate a line move in SwiftUI

    calendar May 23, 2021 · 8 min read · animation AnimatableData VectorArithmetic swiftui  ·
    Share on: linkedin facebook copy
    How to animate a line move in SwiftUI
    Following on from creating blob shapes in SwiftUI, I started looking into animating a change from one shape to another. This article shows how to animate the movement of a straight line from one position to another.
    Read More
  • Create a blob shape in SwiftUI

    calendar May 16, 2021 · 12 min read · path addCurve swiftui  ·
    Share on: linkedin facebook copy
    Create a blob shape in SwiftUI
    Is it possible to create any shape using the Path in SwiftUI? I slipped down a bit of a rabbit hole when creating shapes for card suits in SwiftUI. In this article I will explore how to create a random blob shape in SwiftUI.
    Read More
    • ««
    • «
    • 5
    • 6
    • 7
    • 8
    • 9
    • »
    • »»

Eric Callanan

Lifelong learner, Software Engineering Manager, Passionate, Curious
Read More

Recent Posts

  • Create fake data with Faker in Python
  • How to create a binary tree using an array in Swift - part 2
  • How to create a binary tree using an array in Swift - part 1
  • Scroll transition effects in iOS 17
  • Conway's Game of life with SwiftUI
  • Create a Pie or Donut chart with SwiftUI Charts in iOS 17
  • Animate background with color gradient in SwiftUI
  • RadialGradient in SwiftUI

Tags

SWIFTUI 82 PYTHON 29 PATH 13 SWIFT 13 PANDAS 12 BAR-CHART 10 MVVM 8 ANIMATION 7 CANVAS 7 CHART 7 COLOR 7 MATPLOTLIB 7 PLOTLY 7 COVID-19 5
All Tags
2D2 3D2 ACTIVITY-RING1 ADDCURVE1 AI3 ALGORITHM1 ANGULAR1 ANGULARGRADIENT1 ANIMATABLEDATA4 ANIMATE1 ANIMATION7 AREA-CHART1 ARRAY3 ARRAYSLICE1 ASYNC3 ASYNC-LET1 AWAIT3 AXIS2 BAR-CHART10 BUTTON1 BUTTONSTYLE1 CANCEL1 CANVAS7 CARD1 CHART7 CHATGPT3 CIRCLE2 COLOR7 COMPACTMAP1 CONCAT1 COVID2 COVID-195 CROSS-PRODUCT1 CSV1 DATAFRAME3 DEPENDENCY-INJECTION1 DI1 DICTIONARY1 DIVISION1 DONUT1 DOT-PRODUCT1 ENUMERATE1 FAKER1 FIBONACCI1 FILE1 FILTER1 FLATMAP1 FLIP1 FLOOR1 FOREACH1 FORM1 GAME1 GEOMETRYREADER1 GEOPANDAS1 GEOPLOT1 GRADIENT3 HSB2 HSTACK1 ILOC1 IMAGE2 INDEX1 IPYWIDGETS1 ITERATE1 JSON2 JSONDECODER1 LIFE1 LINE-CHART4 LINEARGRADIENT1 LIST1 LOC1 LOOP1 MACOS1 MAP1 MAPVALUES1 MATHPLOTLIB4 MATPLOTLIB7 MATTHEW1 MINIMAX3 MODAL1 MONTY-HALL3 MVVM8 NAVIGATION2 NAVIGATIONSPLITVIEW1 NSSAVEPANEL1 PALETTE1 PANDA1 PANDAS12 PATH13 PERFORMANCE2 PHOTO1 PIE-CHART2 PLOTLY7 POLYGON1 PREFIX1 PRIORITY2 PROBABILITY3 PROGRESS1 PROGRESSVIEW1 PUZZLE1 PYTHON29 QR-CODE1 RADIAL1 RECURSION1 REDUCE1 RGB1 ROMAN-NUMERALS1 SCROLL2 SHADING1 SHAPE5 SLIDER3 SPEED1 STAR3 STYLE1 SWIFT13 SWIFTLINT1 SWIFTUI82 TABULAR-DATA1 TABVIEW1 TASK4 TDD4 TEXT2 TIC-TAC-TOE5 TIMELINEVIEW4 TIMING1 TRANSITION1 TREE2 UI-TESTING1 UNIT-TEST1 UNIT-TESTING1 USERDEFAULTS1 VECTOR4 VECTORARITHMETIC4 VSTACK1 WHEEL1 WHERE1 ZIP1 ZSTACK1
[A~Z][0~9]
Software Development Notes

Copyright © 2020 -  Software Development Notes. All Rights Reserved

to-top