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 / WeatherIconSunDemo.swift
Created April 17, 2021 10:04
Source code for CodeSlicing episode on Animated Weather Icons Part 2 - Creating the Sun (requires PureSwiftUI v2.1.0+)
//
// WeatherIconSunDemo.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 / WeatherIconSunDemoNative.swift
Created April 17, 2021 10:02
Native Source code for CodeSlicing episode on Animated Weather Icons Part 2 - Creating the Sun
//
// WeatherIconSunDemoNative.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 / WeatherIconCloudDemo.swift
Last active April 17, 2021 10:04
Source code for CodeSlicing episode on Animated Weather Icons Part 1 - Creating the Cloud (requires PureSwiftUI v2.1.0+)
//
// WeatherIconCloudDemo.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 / WeatherIconCloudDemoNative.swift
Created April 17, 2021 09:58
Native Source code for CodeSlicing episode on Animated Weather Icons Part 1 - Creating the Cloud
//
// WeatherIconCloudDemoNative.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 / StateAndBindingDemoNative.swift
Created March 27, 2021 08:14
Native Source code for CodeSlicing episode on demystifying property wrappers part 1
//
// StateAndBindingDemoNative.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 / StateAndBindingDemo.swift
Created March 27, 2021 08:13
Source code for CodeSlicing episode on demystifying property wrappers part 1
//
// StateAndBindingDemo.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 / SquishyTogglePart04.swift
Created March 13, 2021 12:15
Source code for CodeSlicing episode on squishy toggles part 4
//
// SquishyTogglePart04.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 / SquishyTogglePart04Native.swift
Created March 13, 2021 12:14
Native source code for CodeSlicing episode on squishy toggles part 4
//
// SquishyTogglePart04Native.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 / SquishyTogglePart03.swift
Created March 6, 2021 16:06
Source code for CodeSlicing episode on squishy toggles part 3
//
// SquishyTogglePart03.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 / SquishyTogglePart03Native.swift
Last active March 9, 2021 14:12
Native source code for CodeSlicing episode on squishy toggles part 3
//
// SquishyTogglePart03Native.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:
//