Post

Replies

Boosts

Views

Activity

how to reduce scanned ARReferenceObject file?
While making ARKit object detection application, the scanned object(ARReferenceObject) is 5~20MB for detecting an object smoothly. Is there a way to reduce this size? Why is it needed? I have more than 200 objects to detect. and if an object takes 5MB, then almost 1GB will be occupied only for my application, which seems not appropriate.
2
0
657
Jul ’23
UIPageViewControllerDelegate’s didFinishAnimating function doesn’t get called when swapping pages without keeping off finger
UIPageViewControllerDelegate provides the following function: func pageViewController(_ pageViewController: UIPageViewController, didFinishAnimating finished: Bool, previousViewControllers: [UIViewController], transitionCompleted completed: Bool) This gets called only when we swap pages and keep off finger. But if we swap page with one finger and hold the next page with a second finger and keep swapping (i.e. both fingers on the screen swapping pages continuously without stopping) then didFinishAnimating never gets called. If this function is designed only to get called after the transition fully finished then there should be some delegate function which gets called when 1 single page is swapped without keeping off the finger (i.e. continuous swapping). How to get this behavior from pageViewController?
0
0
453
Feb ’23
Application is almost frozen while recording in Leaks instrument
I have an application which is almost 1.5GB. While detecting leaks though leaks instrument, I can't check. Because my application is frozen during recording and if I tap on a button in my application during that time, it takes around 5 minutes to execute. After a while app is totally frozen and I can't detect leak. Need your valuable feedback to resolve this issue. How to detect leak easily in my application through Leaks instrument tool?
1
0
1.9k
Sep ’22
[once issue]there is large gap between collectionview contents and navigation controller
I have a collection view with custom layout. and it has different kinds of dynamic contents. suddenly when i tap on an item, go to next viewController and move back to collection view, there is a large gap between navigation controller and collection view content. could someone please share how to resolve this issue or how to find out the cause? please note that, collection view resides in a pageview controller
0
0
731
Feb ’22
UIPageViewController is slow when there are multiple pages with dynamic contents
I have a page view controller. it has at most 30 pages. each page contains a collection view. in collection view, i have to show information which contains images and text from server. and it will have at most 500 contents. Please note that, my pageViewController is in tabBarController. So, When i tap on one of my tabs, the pageViewController will be shown. The issue is, During first initialization of my pageViewController it's very very slow. take almost 3~4 seconds depends on how many pages and contents are in pageViewController. My query is , how to overcome this issue? as a side note, i am downloading from server through async operation.
0
0
670
Dec ’21
how to reduce scanned ARReferenceObject file?
While making ARKit object detection application, the scanned object(ARReferenceObject) is 5~20MB for detecting an object smoothly. Is there a way to reduce this size? Why is it needed? I have more than 200 objects to detect. and if an object takes 5MB, then almost 1GB will be occupied only for my application, which seems not appropriate.
Replies
2
Boosts
0
Views
657
Activity
Jul ’23
UIPageViewControllerDelegate’s didFinishAnimating function doesn’t get called when swapping pages without keeping off finger
UIPageViewControllerDelegate provides the following function: func pageViewController(_ pageViewController: UIPageViewController, didFinishAnimating finished: Bool, previousViewControllers: [UIViewController], transitionCompleted completed: Bool) This gets called only when we swap pages and keep off finger. But if we swap page with one finger and hold the next page with a second finger and keep swapping (i.e. both fingers on the screen swapping pages continuously without stopping) then didFinishAnimating never gets called. If this function is designed only to get called after the transition fully finished then there should be some delegate function which gets called when 1 single page is swapped without keeping off the finger (i.e. continuous swapping). How to get this behavior from pageViewController?
Replies
0
Boosts
0
Views
453
Activity
Feb ’23
Application is almost frozen while recording in Leaks instrument
I have an application which is almost 1.5GB. While detecting leaks though leaks instrument, I can't check. Because my application is frozen during recording and if I tap on a button in my application during that time, it takes around 5 minutes to execute. After a while app is totally frozen and I can't detect leak. Need your valuable feedback to resolve this issue. How to detect leak easily in my application through Leaks instrument tool?
Replies
1
Boosts
0
Views
1.9k
Activity
Sep ’22
[once issue]there is large gap between collectionview contents and navigation controller
I have a collection view with custom layout. and it has different kinds of dynamic contents. suddenly when i tap on an item, go to next viewController and move back to collection view, there is a large gap between navigation controller and collection view content. could someone please share how to resolve this issue or how to find out the cause? please note that, collection view resides in a pageview controller
Replies
0
Boosts
0
Views
731
Activity
Feb ’22
UIPageViewController is slow when there are multiple pages with dynamic contents
I have a page view controller. it has at most 30 pages. each page contains a collection view. in collection view, i have to show information which contains images and text from server. and it will have at most 500 contents. Please note that, my pageViewController is in tabBarController. So, When i tap on one of my tabs, the pageViewController will be shown. The issue is, During first initialization of my pageViewController it's very very slow. take almost 3~4 seconds depends on how many pages and contents are in pageViewController. My query is , how to overcome this issue? as a side note, i am downloading from server through async operation.
Replies
0
Boosts
0
Views
670
Activity
Dec ’21