Currently I am working on IOS app project called "GrooveVideo by funflow" and got some issue with OS 9.0 and 9.1
GrooveVideo is magisto or replay like apps that analyzes source video and music and automatically create a video.
If you look into video editing apps, please visit my homepage at "http://grooveVideo.funflow.co.kr"
Back to the problem, my app used to be okay with iPhone 5 and 5s with OS version 8.*. As I updated my test iphone5 to OS 9.0 and 9.1, it doesn't work well with option creating a video up to 45 seconds.
It seems that memory handling is massed up. I have used swift and pure swift doesn't seem to handle internal memory in smart way.
As I searched for the solution, many of developers said that I should used Object C for handle memories as I wish.
However, it is not my option.
If there is anyone experting in "Swift" and figure how to monitor and manager internal memory, please give me some tips about it.
GrooveVideo is magisto or replay like apps that analyzes source video and music and automatically create a video.
If you look into video editing apps, please visit my homepage at "http://grooveVideo.funflow.co.kr"
Back to the problem, my app used to be okay with iPhone 5 and 5s with OS version 8.*. As I updated my test iphone5 to OS 9.0 and 9.1, it doesn't work well with option creating a video up to 45 seconds.
It seems that memory handling is massed up. I have used swift and pure swift doesn't seem to handle internal memory in smart way.
As I searched for the solution, many of developers said that I should used Object C for handle memories as I wish.
However, it is not my option.
If there is anyone experting in "Swift" and figure how to monitor and manager internal memory, please give me some tips about it.