Switch from UIView to ScrollView in Swift











up vote
0
down vote

favorite
1












enter image description here



Originally, the number of menus was one, but it was changed to more than one.



So I want to change the UIView (Container View) so that I can scroll horizontally.



Shop Menu View Cell is TableView -> TableViewCell -> TableViewCell (This) on the screen.



I tried several ways to switch to the horizontal scroll view.



I have separated the Container View and made it into a Cell
I also tried adding Scroll View or UICollectionView.



But all the way was not what I wanted.
Perhaps the Shop Menu View Cell is due to having passed the TableView twice.



I could not solve it for four days.
Please give me a hint how to implement.










share|improve this question






















  • You mean you want to make the contents in your tableView cell scroll horizontally?
    – 0xa6a
    Nov 19 at 7:30










  • More precisely, I want to create multiple Container View and then scroll.
    – Enkha
    Nov 19 at 7:36










  • Did you tried using table view with container views(as tableView cell)?
    – 0xa6a
    Nov 19 at 7:39










  • I tried it but it did not work. If it is the correct implementation, I will try again.
    – Enkha
    Nov 19 at 7:41










  • From what I know, this is the appropriate implementation. But I may miss some points.
    – 0xa6a
    Nov 19 at 7:46















up vote
0
down vote

favorite
1












enter image description here



Originally, the number of menus was one, but it was changed to more than one.



So I want to change the UIView (Container View) so that I can scroll horizontally.



Shop Menu View Cell is TableView -> TableViewCell -> TableViewCell (This) on the screen.



I tried several ways to switch to the horizontal scroll view.



I have separated the Container View and made it into a Cell
I also tried adding Scroll View or UICollectionView.



But all the way was not what I wanted.
Perhaps the Shop Menu View Cell is due to having passed the TableView twice.



I could not solve it for four days.
Please give me a hint how to implement.










share|improve this question






















  • You mean you want to make the contents in your tableView cell scroll horizontally?
    – 0xa6a
    Nov 19 at 7:30










  • More precisely, I want to create multiple Container View and then scroll.
    – Enkha
    Nov 19 at 7:36










  • Did you tried using table view with container views(as tableView cell)?
    – 0xa6a
    Nov 19 at 7:39










  • I tried it but it did not work. If it is the correct implementation, I will try again.
    – Enkha
    Nov 19 at 7:41










  • From what I know, this is the appropriate implementation. But I may miss some points.
    – 0xa6a
    Nov 19 at 7:46













up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





enter image description here



Originally, the number of menus was one, but it was changed to more than one.



So I want to change the UIView (Container View) so that I can scroll horizontally.



Shop Menu View Cell is TableView -> TableViewCell -> TableViewCell (This) on the screen.



I tried several ways to switch to the horizontal scroll view.



I have separated the Container View and made it into a Cell
I also tried adding Scroll View or UICollectionView.



But all the way was not what I wanted.
Perhaps the Shop Menu View Cell is due to having passed the TableView twice.



I could not solve it for four days.
Please give me a hint how to implement.










share|improve this question













enter image description here



Originally, the number of menus was one, but it was changed to more than one.



So I want to change the UIView (Container View) so that I can scroll horizontally.



Shop Menu View Cell is TableView -> TableViewCell -> TableViewCell (This) on the screen.



I tried several ways to switch to the horizontal scroll view.



I have separated the Container View and made it into a Cell
I also tried adding Scroll View or UICollectionView.



But all the way was not what I wanted.
Perhaps the Shop Menu View Cell is due to having passed the TableView twice.



I could not solve it for four days.
Please give me a hint how to implement.







ios swift uitableview uiview






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 19 at 7:11









Enkha

1438




1438












  • You mean you want to make the contents in your tableView cell scroll horizontally?
    – 0xa6a
    Nov 19 at 7:30










  • More precisely, I want to create multiple Container View and then scroll.
    – Enkha
    Nov 19 at 7:36










  • Did you tried using table view with container views(as tableView cell)?
    – 0xa6a
    Nov 19 at 7:39










  • I tried it but it did not work. If it is the correct implementation, I will try again.
    – Enkha
    Nov 19 at 7:41










  • From what I know, this is the appropriate implementation. But I may miss some points.
    – 0xa6a
    Nov 19 at 7:46


















  • You mean you want to make the contents in your tableView cell scroll horizontally?
    – 0xa6a
    Nov 19 at 7:30










  • More precisely, I want to create multiple Container View and then scroll.
    – Enkha
    Nov 19 at 7:36










  • Did you tried using table view with container views(as tableView cell)?
    – 0xa6a
    Nov 19 at 7:39










  • I tried it but it did not work. If it is the correct implementation, I will try again.
    – Enkha
    Nov 19 at 7:41










  • From what I know, this is the appropriate implementation. But I may miss some points.
    – 0xa6a
    Nov 19 at 7:46
















You mean you want to make the contents in your tableView cell scroll horizontally?
– 0xa6a
Nov 19 at 7:30




You mean you want to make the contents in your tableView cell scroll horizontally?
– 0xa6a
Nov 19 at 7:30












More precisely, I want to create multiple Container View and then scroll.
– Enkha
Nov 19 at 7:36




More precisely, I want to create multiple Container View and then scroll.
– Enkha
Nov 19 at 7:36












Did you tried using table view with container views(as tableView cell)?
– 0xa6a
Nov 19 at 7:39




Did you tried using table view with container views(as tableView cell)?
– 0xa6a
Nov 19 at 7:39












I tried it but it did not work. If it is the correct implementation, I will try again.
– Enkha
Nov 19 at 7:41




I tried it but it did not work. If it is the correct implementation, I will try again.
– Enkha
Nov 19 at 7:41












From what I know, this is the appropriate implementation. But I may miss some points.
– 0xa6a
Nov 19 at 7:46




From what I know, this is the appropriate implementation. But I may miss some points.
– 0xa6a
Nov 19 at 7:46












1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










To create editable forms of data display for static information, static TableViewController is best choice. As it automatically adjust your view when keyboard appear and other many feature, along with scroll. Plus you can directly outlet all the components to your controller class.



Your view will look something like:



enter image description here






share|improve this answer





















    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53369858%2fswitch-from-uiview-to-scrollview-in-swift%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote



    accepted










    To create editable forms of data display for static information, static TableViewController is best choice. As it automatically adjust your view when keyboard appear and other many feature, along with scroll. Plus you can directly outlet all the components to your controller class.



    Your view will look something like:



    enter image description here






    share|improve this answer

























      up vote
      0
      down vote



      accepted










      To create editable forms of data display for static information, static TableViewController is best choice. As it automatically adjust your view when keyboard appear and other many feature, along with scroll. Plus you can directly outlet all the components to your controller class.



      Your view will look something like:



      enter image description here






      share|improve this answer























        up vote
        0
        down vote



        accepted







        up vote
        0
        down vote



        accepted






        To create editable forms of data display for static information, static TableViewController is best choice. As it automatically adjust your view when keyboard appear and other many feature, along with scroll. Plus you can directly outlet all the components to your controller class.



        Your view will look something like:



        enter image description here






        share|improve this answer












        To create editable forms of data display for static information, static TableViewController is best choice. As it automatically adjust your view when keyboard appear and other many feature, along with scroll. Plus you can directly outlet all the components to your controller class.



        Your view will look something like:



        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 19 at 7:48









        rptwsthi

        8,50485292




        8,50485292






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53369858%2fswitch-from-uiview-to-scrollview-in-swift%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            If I really need a card on my start hand, how many mulligans make sense? [duplicate]

            Alcedinidae

            Can an atomic nucleus contain both particles and antiparticles? [duplicate]