问题标签 [cosmicmind]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
552 浏览

ios - CosmicMind/Material SideMenu,如何改变viewController?

我正在使用带有 SideMenu 的 CosmicMind/Material,就像在这个例子中一样:here,但是当我按下菜单的一个单元格时,我无法弄清楚如何更改(加载)另一个视图控制器。

为了说明,在示例 Material/Example/App 中,我想单击“收件箱”并加载 InboxViewController。

0 投票
1 回答
167 浏览

ios - 是否可以使用 NavigationBarViewController 作为 UINavigationController 将视图控制器推送到堆栈上

我正在努力用https://github.com/CosmicMind/Material替换 UINavigationControllers 和其他 iOS 标准 UI 类,特别是我坚持使用 NavigationBarViewController。我知道在后台它使用父/子控制器设置来呈现新的视图控制器,但我不知道如何才能将基本的导航 VC 推送到堆栈上,左侧的后退按钮返回。浏览 NavigationBarViewController 的源代码似乎没有办法做到这一点。是否可以使用 NavigationBarViewController 来做到这一点?

0 投票
1 回答
566 浏览

cosmicmind - How to implement a SideNavigationViewController into a UIViewController?

A little confused on how to implement this into my main view controller. The example project shows it as a navigation controller, but I wasn't able to add an existing class on a fresh navigation controller or my current UIViewController. I could just be implementing it wrong though. Much appreciation if I can gain some traction on how to work with these.

0 投票
3 回答
979 浏览

swift - 通过情节提要的材料 TextView?

有没有办法通过情节提要实现材料 TextView ?该示例仅以编程方式显示。请帮忙?

0 投票
1 回答
72 浏览

cosmicmind - 材料的项目路线图

这项工作看起来很棒,我正在考虑有用的新视觉组件,例如河流。

这个项目是否有路线图,如果没有,我们可以创建一个吗?

0 投票
1 回答
197 浏览

cosmicmind - NavigationBarViewController 故事板示例

我想使用情节提要构建我的布局,但也使用 Material 的实现。但是我很难理解如何将 NavigationBarViewController 与 Storyboard 一起使用。

您可以使用 NavigationBarViewController 为 Storyboard 创建一个示例,并在视图之间进行转换吗?可以使用segue吗?

0 投票
1 回答
45 浏览

swift - 如何删除 UIController 中的 materialLayer?

这行代码将materialLayer添加到视图层。

如何从 UIView 中删除它?

0 投票
2 回答
140 浏览

swift - 当 floatingViewController 出现时隐藏 FabButton。宇宙心智/材料

我想在每次出现 floatingViewController 时隐藏 FabButton,并在关闭视图时再次显示它。

我尝试隐藏 FabButton 本身

但是当我关闭 floatingViewController 时没有回调函数,所以我没有办法取消隐藏它。

我也尝试手动设置 zPosition 但按钮不受影响

有更好的方法吗?

0 投票
2 回答
292 浏览

swift - 如何在 mainViewController 中用户 pushViewController 页面转换

我只想在代码中实现这种转换。
gif 链接
但我似乎没有使用 Material 的 navigationBarViewController 中的 navigationController。

那么pushViewController方法不能用于页面转换吗?
此代码是使用材料

0 投票
1 回答
303 浏览

cosmicmind - 如何在 NavigationController 上设置后退按钮?(材质 iOS 框架)

这个问题专门针对 CosmicMind 的 Material iOS 框架中的 NavigationController。https://github.com/CosmicMind/Material

看起来 backButtonImage 是一个公共属性

我似乎无法正确设置它。

该框架不包含 Material 图标,因此默认情况下后退按钮显示为空按钮,这可能会让人感到困惑。