-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Device orientation delegate method and podfile update (#66)
* Update podfile to latest cocoapods format. Updated .gitignore to ignore example/pod changes * Removing cached files inside the example/pod folder to ignore Example/Pods/* files moving forward. * Podfile update (#1) * Update podfile to latest cocoapods format. Updated .gitignore to ignore example/pod changes * Removing cached files inside the example/pod folder to ignore Example/Pods/* files moving forward. * Fixes the following warning: "Assigning to 'id<CAAnimationDelegate> _Nullable' from incompatible type 'DCPathButton *const __strong'" (#2) * - Added DCPathButton delegate method for device orientation changes. - Updated example project to show use of new delegate method on device orientation change.
- Loading branch information
Showing
37 changed files
with
337 additions
and
1,745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,5 @@ profile | |
*.moved-aside | ||
DerivedData | ||
.idea/ | ||
|
||
Example/Pods |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
--- | ||
language: objective-c | ||
xcode_workspace: Example/Example.xcworkspace | ||
xcode_scheme: Example | ||
osx_image: xcode8.3 | ||
podfile: Example/Podfile | ||
xcode_scheme: Example | ||
xcode_workspace: Example/Example.xcworkspace | ||
before_install: | ||
- brew update | ||
- brew outdated xctool || brew upgrade xctool |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.