沿BezierPath移动UILabel一段时间

时间:2019-01-16 04:43:20

标签: ios swift uibezierpath caanimation

我遇到这样的情况,我想沿一个很好的Bezier路径移动一个Label。但是,当我将应用程序从前台切换到后台,然后又切换到前台时,移动不正确。我已经使用CAAnimation进行定位。

 <application
    android:allowBackup="true"
    android:icon="@drawable/minik"
    android:label="@string/app_name"
    android:enabled="false"
    android:roundIcon="@drawable/minik"
    android:supportsRtl="true"
    android:theme="@style/AppTheme">

        <activity
            android:name=".ui.SplashActivity"   //mention your activity to be launched
            android:label="@string/app_name"
            android:theme="@style/AppTheme.NoActionBar">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>
            </intent-filter>
 </application>

在CAAnimation中还有其他方法可以解决此前景问题吗?任何帮助都会很棒。

0 个答案:

没有答案