Skip to content

Instantly share code, notes, and snippets.

View CodeSlicing's full-sized avatar
😎
Busy feeling awesome

CodeSlicing

😎
Busy feeling awesome
View GitHub Profile
@CodeSlicing
CodeSlicing / EditingUserDemoNative.swift
Created May 31, 2021 07:39
Native Source code for CodeSlicing episode on Property Wrappers Part 03: Edit-Views and Bindings
//
// EditingUserDemoNative.swift
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
// of the Software, and to permit persons to whom the Software is furnished to do so,
// subject to the following conditions:
//
@CodeSlicing
CodeSlicing / SheetWithIndexProblemDemo.swift
Created May 24, 2021 11:58
Demo of problem when using index to select an entry to display in a sheet/popup
//
// SheetWithIndexProblemDemo.swift.swift
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
// of the Software, and to permit persons to whom the Software is furnished to do so,
// subject to the following conditions:
//
@CodeSlicing
CodeSlicing / WeatherIconCloudSunRainFinalDemo.swift
Created May 15, 2021 11:19
Source code for CodeSlicing episode on Animated Weather Icons Part 5 - The Big Reveal (requires PureSwiftUI v2.1.0+)
//
// WeatherIconCloudSunRainFinalDemo.swift
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
// of the Software, and to permit persons to whom the Software is furnished to do so,
// subject to the following conditions:
//
@CodeSlicing
CodeSlicing / WeatherIconCloudSunRainFinalDemoNative.swift
Created May 15, 2021 11:17
Native Source code for CodeSlicing episode on Animated Weather Icons Part 5 - The Big Reveal
//
// WeatherIconCloudSunRainFinalDemoNative.swift
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
// of the Software, and to permit persons to whom the Software is furnished to do so,
// subject to the following conditions:
//
@CodeSlicing
CodeSlicing / WeatherIconCloudSunRainDemo.swift
Last active May 8, 2021 11:13
Source code for CodeSlicing episode on Animated Weather Icons Part 4 - Element Composition (requires PureSwiftUI v2.1.0+)
//
// WeatherIconCloudSunRainDemo.swift
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
// of the Software, and to permit persons to whom the Software is furnished to do so,
// subject to the following conditions:
//
@CodeSlicing
CodeSlicing / WeatherIconCloudSunRainDemoNative.swift
Last active May 8, 2021 11:13
Native Source code for CodeSlicing episode on Animated Weather Icons Part 4 - Element Composition
//
// WeatherIconCloudSunRainDemoNative.swift
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
// of the Software, and to permit persons to whom the Software is furnished to do so,
// subject to the following conditions:
//
@CodeSlicing
CodeSlicing / WeatherIconRainDemo.swift
Last active May 8, 2021 08:27
Source code for CodeSlicing episode on Animated Weather Icons Part 3 - Making it Rain (requires PureSwiftUI v2.1.0+)
//
// WeatherIconRainDemo.swift
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
// of the Software, and to permit persons to whom the Software is furnished to do so,
// subject to the following conditions:
//
@CodeSlicing
CodeSlicing / WeatherIconRainDemoNative.swift
Last active May 8, 2021 08:26
Native Source code for CodeSlicing episode on Animated Weather Icons Part 3 - Making it Rain
//
// WeatherIconRainDemoNative.swift
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
// of the Software, and to permit persons to whom the Software is furnished to do so,
// subject to the following conditions:
//
@CodeSlicing
CodeSlicing / AnimatedPacManDemo.swift
Last active April 28, 2021 22:07
Source code for CodeSlicing episode on Animated Pac-Man (requires PureSwiftUI v2.1.0+)
//
// AnimatedPacManDemo.swift
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
// of the Software, and to permit persons to whom the Software is furnished to do so,
// subject to the following conditions:
//
@CodeSlicing
CodeSlicing / AnimatedPacManDemoNative.swift
Last active April 28, 2021 22:07
Native Source code for CodeSlicing episode on Animated Pac-Man (requires PureSwiftUI v2.1.0+)
//
// AnimatedPacManDemoNative.swift
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
// of the Software, and to permit persons to whom the Software is furnished to do so,
// subject to the following conditions:
//