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 / DebounceStatePropertyWrapperDemo.swift
Created February 9, 2022 21:44
Source code for CodeSlicing episode on debouncing user input in a property wrapper
//
// DebounceStatePropertyWrapperDemo.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 / DebounceStatePropertyWrapperDemoNative.swift
Created February 9, 2022 21:43
Native source code for CodeSlicing episode on debouncing user input in a property wrapper
//
// DebounceStatePropertyWrapperDemoNative.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 / DebounceStateDemo.swift
Created February 6, 2022 10:33
Source code for CodeSlicing episode on debouncing user input with Combine
//
// DebounceStateDemo.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 / DebounceStateDemoNative.swift
Last active February 12, 2022 20:44
Native source code for CodeSlicing episode on debouncing user input with Combine
//
// DebounceStateDemoNative.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 / AddingEffectsToViewsDemo.swift
Last active February 12, 2022 20:46
Source code for CodeSlicing quick tips episode on applying effects to views
//
// AddingEffectsToViewsDemo.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 / AddingEffectsToViewsDemoNative.swift
Last active February 12, 2022 20:46
Native source code for CodeSlicing quick tips episode on applying effects to views
//
// AddingEffectsToViewsDemoNative.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 / OverlayVsZStackDemo02.swift
Created December 1, 2021 11:06
Source code for CodeSlicing episode exploring overlay / background modifiers vs ZStack - demo-02
//
// OverlayVsZStackDemo02.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 / OverlayVsZStackDemo01.swift
Last active February 12, 2022 20:46
Source code for CodeSlicing episode exploring overlay / background modifiers vs ZStack - demo-01
//
// OverlayVsZStackDemo01.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 / OverlayVsZStackDemo02Native.swift
Last active February 12, 2022 20:46
Native source code for CodeSlicing episode exploring overlay / background modifiers vs ZStack - demo-02
//
// OverlayVsZStackDemo02Native.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 / OverlayVsZStackDemo01Native.swift
Last active February 12, 2022 20:47
Native source code for CodeSlicing episode exploring overlay / background modifiers vs ZStack - demo-01
//
// OverlayVsZStackDemo01Native.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:
//