When using this Forum please consider the followings:
When you find a bug and it is really a bug - not a question related to anything - please open a Ticket for it in the Ticket Section and mark its type as a Bug. If you can reproduce the bug, please write it down, or attach a source.
If you would like to ask for some new function or component, please open a Ticket for it also and mark it as a Request.
If you would like to post source code in your message to the forum, you can do it this way:
First leave an empty line before your code block.
Then write 4 spaces and 3 colons then 'pascal' in a line.
After that put 4 spaces before every line of your code. You can easily do it in a good text editor, for example Notepad++.
After that leave another blank line.
So your code block should look like this: [Blank line] [Space][Space][Space][Space]:::Pascal [Space][Space][Space][Space]Code line #1 [Space][Space][Space][Space]Code line #2 [Space][Space][Space][Space]Code line #3 [Blank line]
When using these components please consider the followings:
In iOS many things work differently than in Windows and MacOS. For example, Apple has a lot of rules, that you have to accomplish to publish your application to the AppStore. For the first steps I recommend you to read the Apple's Human Interface Guidelines.
Because these components are real iOS controls, not mimics (like the FMX ones), you can find a good documentation on the Apple's Developer website, just google for it, like "Apple UINavigationController".
When you do not know how to handle something, you can always search for a solution in XCode because it can be translated to Delphi. (However you have to learn how, but you can get help about it.)
And finally if you get a serios error and you can no longer use these controls and you get angry, please mind that we do it in our spare time and for absolutely free. However we try to fix any bug as soon as possible, you know its almost impossible to fix every bug in a software. Please make a Bug report and try to get a workaround while we're working on it. Others are here to help also, so first ask if you do not know how to handle something.
(Thanks Fenistil for this topic)
Good coding!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Welcome!
When using this Forum please consider the followings:
When you find a bug and it is really a bug - not a question related to anything - please open a Ticket for it in the Ticket Section and mark its type as a Bug. If you can reproduce the bug, please write it down, or attach a source.
If you would like to ask for some new function or component, please open a Ticket for it also and mark it as a Request.
If you would like to post source code in your message to the forum, you can do it this way:
First leave an empty line before your code block.
Then write 4 spaces and 3 colons then 'pascal' in a line.
After that put 4 spaces before every line of your code. You can easily do it in a good text editor, for example Notepad++.
After that leave another blank line.
So your code block should look like this:
[Blank line]
[Space][Space][Space][Space]:::Pascal
[Space][Space][Space][Space]Code line #1
[Space][Space][Space][Space]Code line #2
[Space][Space][Space][Space]Code line #3
[Blank line]
When using these components please consider the followings:
In iOS many things work differently than in Windows and MacOS. For example, Apple has a lot of rules, that you have to accomplish to publish your application to the AppStore. For the first steps I recommend you to read the Apple's Human Interface Guidelines.
Because these components are real iOS controls, not mimics (like the FMX ones), you can find a good documentation on the Apple's Developer website, just google for it, like "Apple UINavigationController".
When you do not know how to handle something, you can always search for a solution in XCode because it can be translated to Delphi. (However you have to learn how, but you can get help about it.)
And finally if you get a serios error and you can no longer use these controls and you get angry, please mind that we do it in our spare time and for absolutely free. However we try to fix any bug as soon as possible, you know its almost impossible to fix every bug in a software. Please make a Bug report and try to get a workaround while we're working on it. Others are here to help also, so first ask if you do not know how to handle something.
(Thanks Fenistil for this topic)
Good coding!