Skip to content

onmyway133/EasyTracker

Repository files navigation

Trackers

❤️ Support my app ❤️

❤️❤️😇😍🤘❤️❤️

CI Status Version Carthage Compatible License Platform Swift

Story

  • Make it easy to add logging, analytics to ViewController appearances
  • See and modify all your trackings in one place

Usage

Simply call track at app launch

track(ListController.self) {
  print("list controller has appeared")
}

track(DetailController.self) {
  print("detail controller has appeared")
}

track(CouponController.self) { controller in
  print("coupon controller has appeared with code \(controller.coupon.code)")
}

Installation

Trackers is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Trackers'

Trackers is also available through Carthage. To install just write into your Cartfile:

github "onmyway133/Trackers"

Trackers can also be installed manually. Just download and drop Sources folders in your project.

Author

Khoa Pham, onmyway133@gmail.com

Contributing

We would love you to contribute to Trackers, check the CONTRIBUTING file for more info.

License

Trackers is available under the MIT license. See the LICENSE file for more info.