Swift 3 / iOS 10 Today View Widget

时间:2016-09-02 18:10:46

标签: swift3 ios10 xcode8 today-extension ios10-today-widget

如何展示"显示更多"今日小部件中的按钮(类似于此处附带的新闻应用)? 我在Apple上找到了这个,但是在swift 3 / iOS 10中有一些变化。这似乎是iOS 10中的新功能。

enter image description here

1 个答案:

答案 0 :(得分:8)

此代码实现了显示"显示更多"

的技巧
    //...    
    @OneToMany(fetch = FetchType.LAZY, mappedBy = "userDTO")
    public Set<ProjectDTO> getProjectDTOs() {
        return projects;
    }
    //...