lexrus / LTMorphingLabel

[EXPERIMENTAL] Graceful morphing effects for UILabel written in Swift.
MIT License
8.07k stars 782 forks source link

EXC_BAD_ACCESS #16

Closed HughJia closed 9 years ago

HughJia commented 9 years ago

A brand new and pure swift project, followed the instruction to add LTMorphingLabel. Build is fine, but when app is running, XCODE gives EXC_BAD_ACCESS. wondering why...

lexrus commented 9 years ago

I can't answer your question without details. Could you please make it more specific.

HughJia commented 9 years ago

Ok. I did these:

  1. Create a new project use swift
  2. Copy ltmorphinglabel folder into new project
  3. Put a label on view and change type to ltmorphinglabel
  4. Write code in function viewdidload: Self.label.text ="text"
  5. Run app and it gives out exc_bad _access on 4th step

Nothing else. This problem drives me crazy...

HughJia commented 9 years ago

Maybe i missed something?

HughJia commented 9 years ago

After a whole days compare between two project, i think you should tell users that they should set Labels CUSTOMER CLASS to LTMorphingLabel in storyboard, or itll breakdown!!! Ive only change it in code.

lexrus commented 9 years ago

Uh... it is a common sense.

TevinScott commented 8 years ago

Nope, im fairly new to mobile app development and find the instructions for this library terrible, im having to learn from your issues tab. terrible response