SpecialButton3.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:pythonista-scripts 作者: khilnani 项目源码 文件源码
def __init__(self):
        self.view = ui.load_view('SpecialButton')
        self.view.present('fullscreen')
        self.label = ui.Label(frame=(120,100,100,100))
        self.btn = MyButtonClass(self.label)
        self.view.add_subview(self.btn)     #watch the order, first button and then the label
        self.view.add_subview(self.label)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号