- Posts: 27
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about iOS development and PDF
Page position on zoom
- imran.nazeer
- Offline
- Junior Member
-
Less
More
11 years 3 weeks ago - 11 years 3 weeks ago #8522
by imran.nazeer
Replied by imran.nazeer on topic Page position on zoom
This line keeps coming when i open pdf-viewer
(705,0x109594000) malloc: *** mach_vm_map(size=1408221184) failed (error code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
Feb 16 16:55:21 [705] <Error>: CGImageCreate: invalid image size: 0 x 0.
Feb 16 16:55:21 [705] <Error>: CGImageCreate: invalid image size: 0 x 0.
Feb 16 16:55:21 [705] <Error>: CGImageCreate: invalid image size: 0 x 0.
Feb 16 16:55:21 [705] <Error>: CGImageCreate: invalid image size: 0 x 0.
(705,0x109594000) malloc: *** mach_vm_map(size=1408221184) failed (error code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
Feb 16 16:55:21 [705] <Error>: CGImageCreate: invalid image size: 0 x 0.
Feb 16 16:55:21 [705] <Error>: CGImageCreate: invalid image size: 0 x 0.
Feb 16 16:55:21 [705] <Error>: CGImageCreate: invalid image size: 0 x 0.
Feb 16 16:55:21 [705] <Error>: CGImageCreate: invalid image size: 0 x 0.
Last edit: 11 years 3 weeks ago by imran.nazeer.
11 years 3 weeks ago #8523
by emanuele
Replied by emanuele on topic Page position on zoom
This is the code that you should use to block the page scrolling while the page is zoomed, in this particular case, when viewMode = 4 (for viewMode = 3 you have to use the code in KB).
We are working also to fix the 64-bit devices issue.
Your error is due to viewMode that you're using (you should follow the KB instruction)
We are working also to fix the 64-bit devices issue.
Your error is due to viewMode that you're using (you should follow the KB instruction)
- imran.nazeer
- Offline
- Junior Member
-
Less
More
- Posts: 27
- Thank you received: 0
11 years 3 weeks ago - 11 years 3 weeks ago #8524
by imran.nazeer
Replied by imran.nazeer on topic Page position on zoom
After inserting the code from KB, am getting that errors.
Mine is "m_view = [[PDFVVert alloc] init];"
Am using vertical mode. How can avoid this issue. Tomorrow I have to submit it to app store.
Mine is "m_view = [[PDFVVert alloc] init];"
Am using vertical mode. How can avoid this issue. Tomorrow I have to submit it to app store.
Last edit: 11 years 3 weeks ago by imran.nazeer.
- imran.nazeer
- Offline
- Junior Member
-
Less
More
- Posts: 27
- Thank you received: 0
11 years 3 weeks ago #8526
by imran.nazeer
Replied by imran.nazeer on topic Page position on zoom
Please give a solution for 64 bit architecture. We are unable to submit the app to appstore
11 years 3 weeks ago #8530
by emanuele
Replied by emanuele on topic Page position on zoom
- imran.nazeer
- Offline
- Junior Member
-
Less
More
- Posts: 27
- Thank you received: 0
11 years 3 weeks ago #8533
by imran.nazeer
Replied by imran.nazeer on topic Page position on zoom
@Emanuele - It is not fixed for 64 bit apps.
Change into this configuration -> Valid Architectures -> add arm64
The bug will exist still.
Please check screenshot.
Today too I cant submit to app store
Change into this configuration -> Valid Architectures -> add arm64
The bug will exist still.
Please check screenshot.
Today too I cant submit to app store
Time to create page: 0.404 seconds