Questions tagged [cosmicmind]

Used for CosmicMind projects - Material, MaterialX, Motion, Graph, Algorithm, Events, and Capture.

Used for CosmicMind projects - Material, Material X, Motion, Graph, Algorithm, Events, and Capture.

152 questions
2
votes
0 answers

Interactive UINavigationController transition

Is there a way to enable interactive edge-swipe-back transition in Motion? I've set motionNavigationTransitionType to .autoReverse(presenting: .slide(direction: .left)) and this works when you pop the view controller, but I want to be able to…
strangetimes
  • 4,953
  • 1
  • 34
  • 62
2
votes
1 answer

Problem Search Predicate with graph ver 3.1.1

the graph version was updated via cocoapods all 3.1.1 now however the application notifies me of errors when I use the search, I think I have solved the problem in part but it still notifies me error, I don't know how to replace the control on a…
Francesco
  • 77
  • 5
2
votes
1 answer

Motion/Material Unbalanced calls to begin/end appearance transitions

I'm using latest version Material library for Swift (2.16.0). And in my project I have NavigationDrawer controller with ToolBarController as root view controller. Then I try to present modally SearchBarController, motion animation worked…
Emmett
  • 464
  • 5
  • 11
2
votes
1 answer

Using Motion in CosmicMind's Material

When i try to use CosmicMind's motion animation framework, I receive an error whenever I try an example. For example, taken straight from the Sample's repo: dateLabel.animate(.delay(1), .duration(0.5), …
AashJ
  • 41
  • 3
2
votes
0 answers

Material Swift tags input field

I am using the material Swift library and am able to implement various controllers and find it useful. I am trying to create a multiple contacts picker that displays the result set with mutiple tags in an input field, much like the behavior of the…
kinghenry14
  • 1,187
  • 1
  • 11
  • 34
2
votes
1 answer

CosmicMind/Material - How to call pushViewController in NavigationDrawerController?

I want to do pushViewController on rootViewController in current sample of NavigationDrawerController…
Tariq
  • 9,861
  • 12
  • 62
  • 103
2
votes
1 answer

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…
Kyle C. Beachem
  • 51
  • 1
  • 10
2
votes
2 answers

Whats the code for button action?

Me again, I'm loving this library but running into minor issues here and there. For RaisedButton, what code is needed to create an action when the button is create programatically? btn1.addTarget(self, action: "okButton", forControlEvents:…
Craig.Pearce
  • 746
  • 7
  • 25
1
vote
1 answer

Trying to design a tableviewcell with material-design Chips

it is my first question in the forum, although I have been reading for quite a long time. I am trying to design a tableviewcell with XCode 10 in swift for accessing to documents that are translated into many languages. So what I want is to show the…
jRuMoL
  • 349
  • 1
  • 12
1
vote
1 answer

CosmicMind/Graph: Search for Specific Related Entities

Hi all, looking for support for a CoreData wrapper framework called Graph from CosmicMind (https://github.com/CosmicMind/Graph). There's unfortunately rather little documentation beyond the absolute basics (though there seem to be a lot of quite…
gresch
  • 440
  • 5
  • 11
1
vote
1 answer

How use AppNavigationController and AppNavigationDrawerController in the same view

I want to use AppNavigationController and AppNavigationDrawerController in the same view, but it is not seen correctly. Thanks func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions:…
1
vote
0 answers

How to retrive all fields in a table using Graph

There's a way to retrive all the fields in a table? I need to provide a system where the user can create custom field for a certain table I tried this but got an unexpected crash let db : Graph = Graph() let test = Entity(type: "test", graph:…
Enlil
  • 1,027
  • 14
  • 28
1
vote
1 answer

Is there a way to only install certain modules of this pod?

We're trying to cut down on the amount of pods that we're using for our xCode project for optimisation purposes. We use Cocoapods to install Material & Motion, however, we only ever use the TextField module within the Material pod. Is there a way…
Hendies
  • 404
  • 1
  • 4
  • 14
1
vote
1 answer

Embedding StackView to MaterialSwift Card Content

I am attempting to use the CardTableView, and I am able to render cards from my API call. However, I am trying to load multiple UILabels and lay them out using UIStackViews within the content area of the card. The toolbar and bottom bar already have…
kinghenry14
  • 1,187
  • 1
  • 11
  • 34
1
vote
1 answer

FABMenuController to share FAB across view controllers

I am following the CardTableView demo code and its way of embedding view controllers so that the FABMenuController is on top. For some reason, the following code works, until I try to add the FABController: let tabs =…
kinghenry14
  • 1,187
  • 1
  • 11
  • 34
1
2 3
10 11