Shri
TSDThe Swift Den
•Created by Shri on 10/23/2023 in #swift-development
How do i render blender motion graphics in ios
I am having animations(currently converted to videos) which are looping on actions, I don't have enough control on AV Player. I wanted to know if there is a method to render blender animations without converting it to videos using some library that is reliable
2 replies
TSDThe Swift Den
•Created by Shri on 7/3/2023 in #swift-development
help in animating table view once
Hey guys I am trying a fade animation on table view, the table view rows are supposed to render one after the other while fading in
I am using the code above, the current problem is every time I scroll table the cells start animating
PS: I have tried using a boolean variable in in viewDidLoad and passing it to check whether the animation should stop but, yet it doesn' t work
2 replies