菜鸟教程小白 发表于 2022-12-13 00:35:29

ios - UIPageController - 将背景图像移到 UIPageControl 后面


                                            <p><p>我使用本教程使用 UIPageController 创建了一个应用程序:<a href="http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/" rel="noreferrer noopener nofollow">http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/</a> </p>

<p>正如您在下面的屏幕截图中看到的,底部的 UIPageControl 后面有一个白色背景。我想将蓝色背景图像(稍后将是自定义图像,现在只使用蓝色图像)向下移动,以便 UIPageControl 位于前面,请参阅另一张图像以了解我想要的样子。 </p>

<p><strong>现在的情况:</strong></p>

<p> <img src="/image/qq4YL.png" alt="enter image description here"/>
<strong>我希望它是怎样的:</strong></p>

<p> <img src="/image/pMG08.png" alt="enter image description here"/> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我最近不得不解决同样的问题。</p>

<p>您可以使用以下内容自定义底部、UIPageControlView 的背景和指示器“点”:</p>

<pre><code>UIPageControl *pageControl = ;
]];
];
];
</code></pre>

<p>不幸的是,];不起作用。所以你必须设置一个坚实的 UIPageControl 背景颜色,否则你必须剪掉 View 图像的底部并将其设置为背景图像,就像我在上面所做的那样。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - UIPageController - 将背景图像移到 UIPageControl 后面,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/25221142/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/25221142/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - UIPageController - 将背景图像移到 UIPageControl 后面