Skip to content

Commit

Permalink
Added detail label and Example app
Browse files Browse the repository at this point in the history
  • Loading branch information
alxrguz committed Jul 30, 2021
1 parent ab5ea07 commit 39d419e
Show file tree
Hide file tree
Showing 56 changed files with 1,271 additions and 6 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# osX files
.DS_Store
.Trashes

## Xcode Patch
*.xcworkspace
*.xcuserdata
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno

### Xcode Patch ###
**/xcshareddata/WorkspaceSettings.xcsettings

# Swift Package Manager
.swiftpm
/.build

## Build generated
build/
DerivedData/
Empty file modified .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
100644 → 100755
Empty file.
Empty file.
Binary file not shown.
Empty file modified .swiftpm/xcode/xcshareddata/xcschemes/GZRadioButtons.xcscheme
100644 → 100755
Empty file.
Empty file.
Empty file modified ALRadioButtons.podspec
100644 → 100755
Empty file.
Binary file modified Assets/ALRadioButtons.sketch
100644 → 100755
Binary file not shown.
Empty file modified Assets/preview.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Assets/socialPreview.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 39d419e

Please sign in to comment.