Apple Store's requirement as for native look and function

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
keram
Posts: 340
Joined: Fri Nov 08, 2013 4:22 am

Apple Store's requirement as for native look and function

Post by keram » Sat Apr 12, 2014 10:25 am

Hello,

I'd like to know what are Apple Store's policy with respect to an app that may not have 100% native look and function.
In particular I'm thinking about native scrolling by swiping up and down and keeping the scrollbar instead.
Will such an app be rejected?

keram
Using the latest stable version of LC Community 6.7.x on Win 7 Home Premium, 64bit

Jellicle
Posts: 453
Joined: Thu Feb 24, 2011 11:07 am

Re: Apple Store's requirement as for native look and functio

Post by Jellicle » Sat Apr 12, 2014 11:17 am

Apple won't care but your users will. iOS users expect native behaviours. Why would you use a scroll bar instead?

Gerry
14" MacBook Pro
Former LiveCode developer.
Now recovering.

keram
Posts: 340
Joined: Fri Nov 08, 2013 4:22 am

Re: Apple Store's requirement as for native look and functio

Post by keram » Sat Apr 12, 2014 1:31 pm

Hi Gerry,
Jellicle wrote:Why would you use a scroll bar instead?
Because native scrolling of a data grid in my stack is quite sluggish, and that's on a quad core 1.2 GHz tablet. So on older phones it may be even worse. I can easily make native scrolling in an ordinary text field - that is snappy and responsive but data grids are not easy to handle. When using the scrollbar the scrolling is more responsive.

keram
Using the latest stable version of LC Community 6.7.x on Win 7 Home Premium, 64bit

Jellicle
Posts: 453
Joined: Thu Feb 24, 2011 11:07 am

Re: Apple Store's requirement as for native look and functio

Post by Jellicle » Sat Apr 12, 2014 10:57 pm

Keram

What have you tried to make your data grids scroll faster?

Gerry
14" MacBook Pro
Former LiveCode developer.
Now recovering.

keram
Posts: 340
Joined: Fri Nov 08, 2013 4:22 am

Re: Apple Store's requirement as for native look and functio

Post by keram » Sun Apr 13, 2014 5:16 am

Hi Gerry,

I've been looking in this forum for tips and tricks to accomplish it but could not find anything.
I found Monte's comment here http://forums.runrev.com/viewtopic.php? ... ing#p64971
but I don't know if anything has changed.

Have you got any ideas or tips?

keram
Using the latest stable version of LC Community 6.7.x on Win 7 Home Premium, 64bit

Jellicle
Posts: 453
Joined: Thu Feb 24, 2011 11:07 am

Re: Apple Store's requirement as for native look and functio

Post by Jellicle » Sun Apr 13, 2014 10:26 am

keram wrote:.
Have you got any ideas or tips?
keram
My data grids tend towards the fairly simple - list views with a few fields and graphics in each item. I also only develop for iOS so I'm targeting reasonably fast devices. My data grids scroll smoothly when I set the acceleratedrendering of the stack to true and the compositortype to "OpenGL".

What are your data grids like?

Gerry
14" MacBook Pro
Former LiveCode developer.
Now recovering.

keram
Posts: 340
Joined: Fri Nov 08, 2013 4:22 am

Re: Apple Store's requirement as for native look and functio

Post by keram » Sun Apr 13, 2014 11:29 am

Hi Gerry,
Jellicle wrote:My data grids scroll smoothly when I set the acceleratedrendering of the stack to true and the compositortype to "OpenGL".
I was not aware of this. I'll test it out and let you know.

My data grid form is basically showing 600+ lines of text that are in a text data field on the stack. Possibly the number of lines may increase over the time, but I'm sure if I would decrease it to less than 100 the scrolling would improve. In LC User Guide it says that data grids should be able to handle 2000 records, above that one should use SQL database.

keram
Using the latest stable version of LC Community 6.7.x on Win 7 Home Premium, 64bit

Post Reply