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
1
vote
1 answer

swift 3: create a material-design-chip

heyhey, since a few days I attempt to create the "Material-Design-Chip", but only with half success. The attempt with the most success I had, is to make a subclass from "Button" (Button is a subclass from UIButton created from cosmicmind in his…
Sandu
  • 480
  • 5
  • 13
1
vote
1 answer

Use CosmicMind material stable version with Swift 3 using carthage

I'am making an app with material design and this package looked really nice for that purpose. I have simply set up my Cartfile like this: github "CosmicMind/Material" ~> 1.42.9 and then run: carthage update which gives me the following error: ***…
Alex
  • 731
  • 1
  • 11
  • 24
1
vote
1 answer

cosmicmind material swift MenuView not closing

I am using cosmicmind material swift library and am following the examples code to try to get the FAB MenuView working. I have copied the code and added the buttons i want, to test i am just testing with 2 buttons. The problem I am facing is with…
kinghenry14
  • 1,187
  • 1
  • 11
  • 34
1
vote
1 answer

Embedding NavigationController When Using Sidemenu CosmicMaterial

I am using CosmicMaterial (http://www.cosmicmind.io/material) for implementing Sidemenu or a.k.a drawer menu. I've read the documentation and how to run the sample projects of this cool library. I was able to see the demo of Sidemenu of…
Glenn Posadas
  • 12,555
  • 6
  • 54
  • 95
1
vote
1 answer

textfield Mask and validation [Swift]

mask validation textfield, can anyone help me with this? I am creating a registration form, and is difficult to make validations. I need PhoneNumber DateOfBirth Credit Card fields
1
vote
1 answer

NavigationController nil with Material

I have this in appDelegate: func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { window = UIWindow(frame: UIScreen.mainScreen().bounds) let nav =…
1
vote
1 answer

How do I add multiple Card Views in Material for iOS?

I am trying to add multiple card views through storyboard. I link the up to code with IBOutlet and add the title view and detail view. Once i run the app and go to the CardViews, the app crashes giving me the "Thread 1:EXC_BAD_INSTRUCTION…
Akhil M
  • 21
  • 1
  • 2
1
vote
1 answer

CosmicMind Swift Material library programmatic autolayout with stacked menu

I'm using CosmicMind's Material library for swift. I'm trying to get the Menu example to work with programmatic autolayout - where can I find an example of how to make this work? From the examples on Github I haven't figured out a way to use…
DiscDev
  • 38,652
  • 20
  • 117
  • 133
1
vote
2 answers

Is there any way to work with real Object in Graph Library for core data

I've just started to play with library looks very interesting for core data called Graph. I just wondering if there is any way to work with real object and not just with Entity for example: let elon: Entity = Entity(type: "Person") elon["firstName"]…
Guy Kahlon
  • 4,510
  • 4
  • 30
  • 41
0
votes
0 answers

Is there any module for Multi Thumb Slider in Material?

I've check on the github, cocoapods, and also in the project it self. I can't find the module for Multi Thumb Slider. Am I miss the location or those module is not available in Material? https://github.com/CosmicMind/Material If it possible, could…
0
votes
1 answer

Wrapping text on TitleLabel and DetailLabel - Material Card

I am using CosmicMind - Material Framework to create a Card. titleLabel and DetailLabel do not wrap to a new line. My question is: What do I need to do to accomplish such task and is it supposed to be automatically adjusted by the framework? This…
rob
  • 715
  • 2
  • 6
  • 20
0
votes
0 answers

Why Motion Animation is not working in iOS Swift

I am using Motion library from CosmicMind to add animations in my app. I tried as the documentation said. Though documentation has a different syntax. But I changed it to as it should be according to current swift syntax. But it's not working. let…
Ahsan Aasim
  • 1,177
  • 3
  • 14
  • 40
0
votes
1 answer

Material Textfield crash on setting error text

I am using the CosmicMind library for Material design and I am trying to set up basic textfields with some error checking but the documentation is not very good. I have set up my text fields like the following: @IBOutlet weak var userNameField:…
Nick
  • 228
  • 6
  • 20
0
votes
0 answers

Motion framework - create repeating animation? (CosmicMind)

Firstly, thank you for the great frameworks (Material and Motion) and generally awesome documentation. I have been migrating to various Material and Motion classes in my app and enjoying it, but i have a situation I can't quite figure out an elegant…
vade
  • 702
  • 4
  • 22
0
votes
1 answer

how do implement action on switch with Material (CosmicMind)

i'm trying to add a switch in my app. I added it in the storyboard (IUView with Switch class and Material module. I customed it in my viewcontroller but I don't know how to do the action on it. I tried adding IBAction with the touch up inside event,…
1 2
3
10 11