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
0
votes
4 answers

Change colour of textView placeholder

I am using a material design library for ios but i didn't found any property on how to change it's placeholder colour when there is no data entered. I have to use a standard background and the placeholder is not visible if it's gray
Dr.Agos
  • 2,229
  • 2
  • 15
  • 17
0
votes
1 answer

ow do I use the materialkit switch on and off in a case statement or in a if-else statement for a function?

How do I use the materialkit switch on and off in a case statement or in a if-else statement for a function? It seems that the UIcontrol and Material Kit has two different syntax.
Kyle C. Beachem
  • 51
  • 1
  • 10
0
votes
1 answer

Material examples crashing on launch

I'm trying to test the provided examples of the Material library but all examples keep crashing with the following error: dyld: Library not loaded: @rpath/libswiftAVFoundation.dylib Referenced from:…
xemacobra
  • 1,954
  • 2
  • 21
  • 21
0
votes
1 answer

Accessing the text in TextField by Cosmicmind

I am having some trouble using the text in textField. I've copied the relevant code below (and removed some things here and there that shouldn't affect the errors I am getting). The code builds and runs fine. I can input text into the textFields…
Craig.Pearce
  • 746
  • 7
  • 25
0
votes
2 answers

Can card be restricted to width of view?

I am trying to display a card but when the detailTextLabel gets too long, it causes the card to extend beyond the view. I'm not sure if this is a bug or not. I have adjusted the .numberOfLines to various numbers but that seems to have no effect. …
Craig.Pearce
  • 746
  • 7
  • 25
0
votes
1 answer

Change colour of raisedbutton?

I have tried to change the colour of a RaisedButton using button.tintColour = MaterialColor.blue.lighten2 but that doesn't result in a change of the button. Is there something I am missing?
Craig.Pearce
  • 746
  • 7
  • 25
0
votes
1 answer

What's the easiest way to play with Material Examples?

I cloned the repro and opened the Material xcode worspace. What is the best way to play with the Examples? When I pick one of the examples under Programmatic, e.g. MaterialLayout I get runtime errors: dyld: Library not loaded:…
robcecil
  • 286
  • 1
  • 3
  • 13
-1
votes
1 answer

Import and export db in graph

thanks for the work done, graph is fantastic! I would have a question is it possible to export and import all the database created? Thank you
Francesco
  • 77
  • 5
-1
votes
1 answer

cosmicmind horizontal layout children not display

I want to use the following cosmicmind code to display two view horizontally, but it's just show nothing, could somebody tell me what's wrong with it? my ios version is 10.2, cosmicmind version is 2.6.3 Layout.horizontally(parent: self.view, …
santiago
  • 41
  • 8
-1
votes
2 answers

CosmicMind Graph + iCloud and Today Extension

I have an app based on cosmicmind graph database published on the AppStore. It saves data locally in the shared sandbox, in order to share the database with the today extension. In the new update I'm trying to add CloudKit feature and it works…
filop
  • 11
  • 3
-1
votes
1 answer

can't SideNavigationController in my other view controllers

https://github.com/CosmicMind/Material in its samples SideNavigationController is just used as root view controller (app delegate ) what should I do if I want to use it in my other view controllers not just as my first app page
-1
votes
1 answer

Disable Swipe gesture for SideNavigationController Material Kit Swift

I am using SideNavigationController in my app for side menu and its working fine. In my case I want to open Left View and Right View on button click. And I am able to do that using methods openLeftView() openRightView() Now, the problem is Left…
Sunita
  • 336
  • 2
  • 18
-1
votes
1 answer

Filter in read with Library graph

i've create an entity with library graph in my app with field name and surname, i've inserted a record perfetto Now how can i fetch from entity only one name? Thanks Umberto
-1
votes
1 answer

CosmicMind/Material - Storyboard example for SideMenu and NavigationController

I'm a quite new in Swift programming and I usually do as much view design as possible with storyboard. I want to make an application using the CosmicMind/Material framework which will have side menu and selecting any menu point will open a new View…
rkoncz
  • 11
  • 2
-2
votes
1 answer

Are there any plans to support Swift 4 with Material?

I'm using Material framework under Swift 3.1 (Xcode 8.x), but now under Swift 4 (Xcode 9) it is not able to compile... are there any plans to convert to Swift 4?
aofs
  • 247
  • 1
  • 10
1 2 3
10
11