<i id='50XD5'><tr id='50XD5'><dt id='50XD5'><q id='50XD5'><span id='50XD5'><b id='50XD5'><form id='50XD5'><ins id='50XD5'></ins><ul id='50XD5'></ul><sub id='50XD5'></sub></form><legend id='50XD5'></legend><bdo id='50XD5'><pre id='50XD5'><center id='50XD5'></center></pre></bdo></b><th id='50XD5'></th></span></q></dt></tr></i><div id='50XD5'><tfoot id='50XD5'></tfoot><dl id='50XD5'><fieldset id='50XD5'></fieldset></dl></div>
<legend id='50XD5'><style id='50XD5'><dir id='50XD5'><q id='50XD5'></q></dir></style></legend>

  1. <tfoot id='50XD5'></tfoot>

    <small id='50XD5'></small><noframes id='50XD5'>

      <bdo id='50XD5'></bdo><ul id='50XD5'></ul>

    1. 在视图中淡入淡出 UIButton

      时间:2023-07-07
        <tbody id='1gKqp'></tbody>

      <small id='1gKqp'></small><noframes id='1gKqp'>

          • <bdo id='1gKqp'></bdo><ul id='1gKqp'></ul>

            • <legend id='1gKqp'><style id='1gKqp'><dir id='1gKqp'><q id='1gKqp'></q></dir></style></legend>
            • <i id='1gKqp'><tr id='1gKqp'><dt id='1gKqp'><q id='1gKqp'><span id='1gKqp'><b id='1gKqp'><form id='1gKqp'><ins id='1gKqp'></ins><ul id='1gKqp'></ul><sub id='1gKqp'></sub></form><legend id='1gKqp'></legend><bdo id='1gKqp'><pre id='1gKqp'><center id='1gKqp'></center></pre></bdo></b><th id='1gKqp'></th></span></q></dt></tr></i><div id='1gKqp'><tfoot id='1gKqp'></tfoot><dl id='1gKqp'><fieldset id='1gKqp'></fieldset></dl></div>
              <tfoot id='1gKqp'></tfoot>

              1. 本文介绍了在视图中淡入淡出 UIButton的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                在我的 iPad 应用程序中,我需要显示出版物的封面图片.用户可以点击封面以获取详细信息.

                In my iPad app I need to display cover-Images of publications. The user can tap on a cover to get details.

                我考虑过将 UIButtons 渲染为自定义按钮,并将封面图像作为背景图像.是否可以淡入淡出 UIButtons?用户可以选择要显示的出版物的类别,然后他更改我想要淡出一些出版物的类别.

                I thought about rendering UIButtons as custom buttons with the cover image as Background-image. Is it possible to fade UIButtons in and out? The user can choose a category of publications to be displayed, and ih he changes the category I wanted to fade some publications out.

                推荐答案

                任何 UIViewalpha 属性(包括 UIButton)可以使用基于块的动画方法进行动画处理:

                The alpha property of any UIView (which includes a UIButton) can be animated using the block-based animations method:

                [UIView animateWithDuration:0.25 animations:^{myButton.alpha = 0.0;}];
                

                这将使您的按钮在 0.25 秒内淡出.将 alpha 设置为 1.0 以再次淡入.

                This will fade your button out over a 0.25 second period. Set the alpha to 1.0 to fade it back in again.

                这篇关于在视图中淡入淡出 UIButton的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:在文本 Swift 末尾显示更多按钮 下一篇:选定的 UIButton 在选定的 UITableViewCell 内消失

                相关文章

              2. <i id='obESw'><tr id='obESw'><dt id='obESw'><q id='obESw'><span id='obESw'><b id='obESw'><form id='obESw'><ins id='obESw'></ins><ul id='obESw'></ul><sub id='obESw'></sub></form><legend id='obESw'></legend><bdo id='obESw'><pre id='obESw'><center id='obESw'></center></pre></bdo></b><th id='obESw'></th></span></q></dt></tr></i><div id='obESw'><tfoot id='obESw'></tfoot><dl id='obESw'><fieldset id='obESw'></fieldset></dl></div>

                <tfoot id='obESw'></tfoot>
                <legend id='obESw'><style id='obESw'><dir id='obESw'><q id='obESw'></q></dir></style></legend>

                <small id='obESw'></small><noframes id='obESw'>

                  • <bdo id='obESw'></bdo><ul id='obESw'></ul>