CosmicMind / Motion

A library used to create beautiful animations and transitions for iOS.

Home Page:http://cosmicmind.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Objective-C methods not available

opened this issue · comments

When trying to set an identifier in Obj-C the option to set the motionIdentifier does not exist. I have tried with setMotionIdentifier and with self.label.motionIdentifier.

Am I missing something?

Issue Resolved:

  • In Objective-C you MUST use #import <Motion/Motion-Swift.h>
  • Using @import's will not work

@Xenero Thank you for sharing. I have added labels to help people find this solution more easily.