TutorialView icon indicating copy to clipboard operation
TutorialView copied to clipboard

Cocoapods

Open DavidBenko opened this issue 11 years ago • 2 comments

make this a pod

DavidBenko avatar Jun 11 '14 15:06 DavidBenko

This sounds very interesting. I'm looking for an overlay view with labelss and arrow.

I have a few questions for you:

  1. Can you assign a UIView to to be TutorialView in IB?
  2. If Q1 is yes, will this allow me to create labels in IB and have arrows put from them
  3. Can we create a pod as well as a demo project demonstrating this?

acegreen avatar Aug 30 '15 19:08 acegreen

@acegreen

  1. You can, but you would have to implement the -(void)initWithCoder: method first, because right now it won't fire the initialization code
  2. You can do this now, but you need to write code
  3. This was a small test project I wrote. I no longer support the project. Feel free to turn this into a pod and I will accept a pull request. See #3

DavidBenko avatar Aug 31 '15 04:08 DavidBenko