Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lminhtm/LMDropdownView
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Choose a base ref
...
head repository: lminhtm/LMDropdownView
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 74 files changed
  • 2 contributors

Commits on Jul 6, 2016

  1. Update README.md

    lminhtm authored Jul 6, 2016
    Copy the full SHA
    f4f0784 View commit details
  2. Update README.md

    lminhtm authored Jul 6, 2016
    Copy the full SHA
    5398e91 View commit details

Commits on Oct 31, 2016

  1. Call LMDropdownViewDelegate willHide: and didHide: when dropdown view…

    … is hidden during orientation change
    Matt Jackson committed Oct 31, 2016
    Copy the full SHA
    e98443a View commit details

Commits on Nov 1, 2016

  1. Refactor code

    lminhtm committed Nov 1, 2016
    Copy the full SHA
    194a9bd View commit details
  2. Merge branch 'pr/13'

    lminhtm committed Nov 1, 2016
    Copy the full SHA
    bee7f4b View commit details
  3. #13

    lminhtm committed Nov 1, 2016
    Copy the full SHA
    4e05245 View commit details

Commits on May 22, 2019

  1. Update README.md

    lminhtm authored May 22, 2019
    Copy the full SHA
    12e9e9a View commit details
  2. Update README.md

    lminhtm authored May 22, 2019
    Copy the full SHA
    88f9138 View commit details
  3. Update README.md

    lminhtm authored May 22, 2019
    Copy the full SHA
    6ccaf9c View commit details

Commits on Sep 21, 2019

  1. Restructure project

    lminhtm committed Sep 21, 2019
    Copy the full SHA
    7a9d43e View commit details
  2. Copy the full SHA
    183a3ae View commit details
  3. Update README.md

    lminhtm authored Sep 21, 2019
    Copy the full SHA
    2b6e898 View commit details

Commits on Apr 30, 2020

  1. Create FUNDING.yml

    lminhtm authored Apr 30, 2020
    Copy the full SHA
    02f009e View commit details
  2. Update FUNDING.yml

    lminhtm authored Apr 30, 2020
    Copy the full SHA
    7a70684 View commit details
Showing with 2,397 additions and 545 deletions.
  1. +4 −0 .github/FUNDING.yml
  2. +14 −0 .travis.yml
  3. +651 −0 Example/LMDropdownView.xcodeproj/project.pbxproj
  4. +7 −0 Example/LMDropdownView.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  5. +97 −0 Example/LMDropdownView.xcodeproj/xcshareddata/xcschemes/LMDropdownView-Example.xcscheme
  6. +10 −0 Example/LMDropdownView.xcworkspace/contents.xcworkspacedata
  7. +13 −10 ...downViewDemo/Launch Screen.storyboard → Example/LMDropdownView/Base.lproj/LaunchScreen.storyboard
  8. +31 −27 {LMDropdownViewDemo/LMDropdownViewDemo → Example/LMDropdownView/Base.lproj}/Main.storyboard
  9. +16 −2 ...emo/LMDropdownViewDemo → Example/LMDropdownView}/Images.xcassets/AppIcon.appiconset/Contents.json
  10. 0 {LMDropdownViewDemo/LMDropdownViewDemo → Example/LMDropdownView}/Images.xcassets/Contents.json
  11. 0 ...MDropdownViewDemo → Example/LMDropdownView}/Images.xcassets/LaunchImage.launchimage/Contents.json
  12. 0 ...Demo/LMDropdownViewDemo → Example/LMDropdownView}/Images.xcassets/btn_done.imageset/Contents.json
  13. BIN ...mo/LMDropdownViewDemo → Example/LMDropdownView}/Images.xcassets/btn_done.imageset/btn_done@2x.png
  14. 0 ...Demo/LMDropdownViewDemo → Example/LMDropdownView}/Images.xcassets/ico_more.imageset/Contents.json
  15. BIN ...mo/LMDropdownViewDemo → Example/LMDropdownView}/Images.xcassets/ico_more.imageset/ico_more@2x.png
  16. 0 ...DropdownViewDemo → Example/LMDropdownView}/Images.xcassets/ico_white_arrow.imageset/Contents.json
  17. BIN ...iewDemo → Example/LMDropdownView}/Images.xcassets/ico_white_arrow.imageset/ico_white_arrow@2x.png
  18. +4 −4 {LMDropdownViewDemo/LMDropdownViewDemo → Example/LMDropdownView}/LMAppDelegate.h
  19. +5 −6 {LMDropdownViewDemo/LMDropdownViewDemo → Example/LMDropdownView}/LMAppDelegate.m
  20. +9 −5 ...DropdownViewDemo/LMDropdownViewDemo-Info.plist → Example/LMDropdownView/LMDropdownView-Info.plist
  21. +4 −4 ...DropdownViewDemo/LMDropdownViewDemo-Prefix.pch → Example/LMDropdownView/LMDropdownView-Prefix.pch
  22. 0 {LMDropdownViewDemo/LMDropdownViewDemo → Example/LMDropdownView}/LMMenuCell.h
  23. +2 −0 {LMDropdownViewDemo/LMDropdownViewDemo → Example/LMDropdownView}/LMMenuCell.m
  24. 0 {LMDropdownViewDemo/LMDropdownViewDemo → Example/LMDropdownView}/LMNavigationController.h
  25. 0 {LMDropdownViewDemo/LMDropdownViewDemo → Example/LMDropdownView}/LMNavigationController.m
  26. 0 {LMDropdownViewDemo/LMDropdownViewDemo → Example/LMDropdownView}/LMViewController.h
  27. 0 {LMDropdownViewDemo/LMDropdownViewDemo → Example/LMDropdownView}/LMViewController.m
  28. 0 {LMDropdownViewDemo/LMDropdownViewDemo → Example/LMDropdownView}/en.lproj/InfoPlist.strings
  29. +4 −5 {LMDropdownViewDemo/LMDropdownViewDemo → Example/LMDropdownView}/main.m
  30. +13 −0 Example/Podfile
  31. +16 −0 Example/Podfile.lock
  32. +19 −0 Example/Pods/Local Podspecs/LMDropdownView.podspec.json
  33. +16 −0 Example/Pods/Manifest.lock
  34. +781 −0 Example/Pods/Pods.xcodeproj/project.pbxproj
  35. +26 −0 Example/Pods/Target Support Files/LMDropdownView/LMDropdownView-Info.plist
  36. +5 −0 Example/Pods/Target Support Files/LMDropdownView/LMDropdownView-dummy.m
  37. +12 −0 Example/Pods/Target Support Files/LMDropdownView/LMDropdownView-prefix.pch
  38. +18 −0 Example/Pods/Target Support Files/LMDropdownView/LMDropdownView-umbrella.h
  39. +6 −0 Example/Pods/Target Support Files/LMDropdownView/LMDropdownView.modulemap
  40. +8 −0 Example/Pods/Target Support Files/LMDropdownView/LMDropdownView.xcconfig
  41. +26 −0 Example/Pods/Target Support Files/Pods-LMDropdownView_Example/Pods-LMDropdownView_Example-Info.plist
  42. +26 −0 ...t Support Files/Pods-LMDropdownView_Example/Pods-LMDropdownView_Example-acknowledgements.markdown
  43. +58 −0 ...rget Support Files/Pods-LMDropdownView_Example/Pods-LMDropdownView_Example-acknowledgements.plist
  44. +5 −0 Example/Pods/Target Support Files/Pods-LMDropdownView_Example/Pods-LMDropdownView_Example-dummy.m
  45. +171 −0 ...e/Pods/Target Support Files/Pods-LMDropdownView_Example/Pods-LMDropdownView_Example-frameworks.sh
  46. +16 −0 Example/Pods/Target Support Files/Pods-LMDropdownView_Example/Pods-LMDropdownView_Example-umbrella.h
  47. +9 −0 .../Pods/Target Support Files/Pods-LMDropdownView_Example/Pods-LMDropdownView_Example.debug.xcconfig
  48. +6 −0 Example/Pods/Target Support Files/Pods-LMDropdownView_Example/Pods-LMDropdownView_Example.modulemap
  49. +9 −0 ...ods/Target Support Files/Pods-LMDropdownView_Example/Pods-LMDropdownView_Example.release.xcconfig
  50. +26 −0 Example/Pods/Target Support Files/Pods-LMDropdownView_Tests/Pods-LMDropdownView_Tests-Info.plist
  51. +3 −0 ...arget Support Files/Pods-LMDropdownView_Tests/Pods-LMDropdownView_Tests-acknowledgements.markdown
  52. +29 −0 ...s/Target Support Files/Pods-LMDropdownView_Tests/Pods-LMDropdownView_Tests-acknowledgements.plist
  53. +5 −0 Example/Pods/Target Support Files/Pods-LMDropdownView_Tests/Pods-LMDropdownView_Tests-dummy.m
  54. +16 −0 Example/Pods/Target Support Files/Pods-LMDropdownView_Tests/Pods-LMDropdownView_Tests-umbrella.h
  55. +8 −0 Example/Pods/Target Support Files/Pods-LMDropdownView_Tests/Pods-LMDropdownView_Tests.debug.xcconfig
  56. +6 −0 Example/Pods/Target Support Files/Pods-LMDropdownView_Tests/Pods-LMDropdownView_Tests.modulemap
  57. +8 −0 ...le/Pods/Target Support Files/Pods-LMDropdownView_Tests/Pods-LMDropdownView_Tests.release.xcconfig
  58. +22 −0 Example/Tests/Tests-Info.plist
  59. +7 −0 Example/Tests/Tests-Prefix.pch
  60. +35 −0 Example/Tests/Tests.m
  61. +2 −0 Example/Tests/en.lproj/InfoPlist.strings
  62. +5 −8 LICENSE.txt → LICENSE
  63. +2 −2 LMDropdownView.podspec
  64. 0 LMDropdownView/Assets/.gitkeep
  65. 0 LMDropdownView/Classes/.gitkeep
  66. +10 −0 LMDropdownView/{ → Classes}/LMDropdownView.h
  67. +73 −68 LMDropdownView/{ → Classes}/LMDropdownView.m
  68. 0 LMDropdownView/{Vender → Classes}/UIImage+LMExtension.h
  69. 0 LMDropdownView/{Vender → Classes}/UIImage+LMExtension.m
  70. +0 −381 LMDropdownViewDemo/LMDropdownViewDemo.xcodeproj/project.pbxproj
  71. +0 −7 LMDropdownViewDemo/LMDropdownViewDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  72. BIN LMDropdownViewDemo/LMDropdownViewDemo/Images.xcassets/AppIcon.appiconset/icon@2x.png
  73. +22 −16 README.md
  74. +1 −0 _Pods.xcodeproj
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are supported funding model platforms

github: [lminhtm]
custom: "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=J3WZJT2AD28NW&lc=VN&item_name=LMDropdownView&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted"
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# references:
# * https://www.objc.io/issues/6-build-tools/travis-ci/
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode7.3
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/LMDropdownView.xcworkspace -scheme LMDropdownView-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
Loading