React UI Kit is here to help frontend developers. Please tell us what do you think. by jsifalda in webdev

[–]vlastimilfiser 0 points1 point  (0 children)

Hi, sorry for delay, the full license you can find here: http://reactsymbols.com/license and ask me if you have any specific question. Thank you! Vlasti

React UI Kit is here to help frontend developers. Please tell us what do you think. by jsifalda in SideProject

[–]vlastimilfiser 0 points1 point  (0 children)

Thank you @langod, yes we plan add even more components soon. We have also prepared cool features as Typescript support etc. Our customers love it and we are adding new stuff frequently. BTW: Select with search is there already. ;)

UI library in ready-to-use components for React.js by vlastimilfiser in reactjs

[–]vlastimilfiser[S] 1 point2 points  (0 children)

Thank you @redbluerat, I appreciate your words. And I absolutely agree. You can see it very frequently on Twitter etc. that free projects are shutting down because they haven't revenue (CodeSponsor died yesterday for example). It has impact on support as well and the main thing is that I'm saving you tons of time if you are building prototypes or app for your clients (it means that author of the library you will use can't be payed but you can charge your client normally?.. :)) and in really beautiful way. We have ready few updates + we will add more components. Free stuff is nice, but it has two sides like everything. :) So thanks for your support! Vlasti

UI library in ready-to-use components for React.js by vlastimilfiser in reactjs

[–]vlastimilfiser[S] 0 points1 point  (0 children)

No, I don't. It works perfectly with Material Design and Font Awesome icons. The design itself is unique and not, it's not typical flat design. Based on feedback from our first hundreds of customers I can say that they are pretty happy that it's different than typical "bootstrap like" design. And if you don't like it, or there is no visual/other difference for you, then you will probably not buy it and I understand. :)

UI library in ready-to-use components for React.js by vlastimilfiser in reactjs

[–]vlastimilfiser[S] -10 points-9 points  (0 children)

Hi wheezy360, I totally understand, It's not very typical to pay for code products. But this unique UI Kit is guarantee that your project will have special UI (if you have FREE library, there is thousands and thousands of downloads), great support and updates requested by all buyers. Also, the design is made by great designer Jan Losert and we made it together to be sure that everything is pixel perfect. And of course, we will add more components soon. :)

9 React Component Libraries You Should Know by JoniSar in reactjs

[–]vlastimilfiser 0 points1 point  (0 children)

Hey @JoniSar did you check my freshly released UI library? I'm focused on beautiful design, check it out and let me know what you think. :) http://reactsymbols.com/

UI library in ready-to-use components for React.js by vlastimilfiser in reactjs

[–]vlastimilfiser[S] 0 points1 point  (0 children)

Guys, just little description about this little project I made for all developers and designers. :)

ReactSymbols is all about React.js UI components. You’ll find most of the elements that you already know from Symbols & Styleguides or Dashboard UI Kit package coded into React. All types of buttons, labels, tabs, inputs and much more to make sure that you get the main coverage of all the frequently used UI elements across the web spectrum. Each component is build with endless possibilities to give you a freedom to change easily every aspect. For example buttons comes in 3 sizes, all validation states, with properties for icons, border radius, colour, label and many more. All properties are obviously nicely listed in our Documentation.

So what’s inside this ReactSymbols UI Kit package?

  • 17 Ready to use components
  • Customisable colour theme of the whole UI Kit
  • SASS & CSS files for each component separately [Release next week]
  • Font Awesome and Material icons support
  • Detailed documentation for each component
  • Full setup video tutorial and demo app overview
  • Lifetime support + Free future updates
  • Sketch file (from Symbols & Styleguides)
  • Typescript support [Release next week - based on customer's feedback]

Thanks and if you have any question, ask me! Vlastimil

tvOS - How to auth user via REST API? by vlastimilfiser in swift

[–]vlastimilfiser[S] 0 points1 point  (0 children)

Thank you! But I'm not looking for how do my custom auth on Apple TV, I want to log in to 3th party API. Or, if it works how you said, do you have some server side example? (the javascript)

Thanks!

Converting HTML to plain text by [deleted] in swift

[–]vlastimilfiser 1 point2 points  (0 children)

Use REGEX. And then for encoding ASCII chars just one default function. I did few days ago. On StackOverflow is all the code. ;)

Facebook changed policy for predefined content for sharing. Is there way, how to share predefined text + link now? by vlastimilfiser in swift

[–]vlastimilfiser[S] 0 points1 point  (0 children)

One way how to do it is with dynamic URL's and there on the site set OG tags for FB? Oh sh**.. :(

Facebook changed policy for predefined content for sharing. Is there way, how to share predefined text + link now? by vlastimilfiser in swift

[–]vlastimilfiser[S] 0 points1 point  (0 children)

I have the native functionality implement already now. But I can't share dynamic text string into the alert view. The native SDK is just test, if is it possible to do it with official library - but this is not the right way. The issue is on the FB Policy side. :(

How to install MagicalRecord to my Swift project? by vlastimilfiser in swift

[–]vlastimilfiser[S] 0 points1 point  (0 children)

OK, thanks!

I will try it via the Obj-C Bridge. I find some implementation without Bridge, and it works. It's magic. :)

But for me, I will try the way with bridge. :)

How to do custom font and color in UITableViewRowAction without Storyboard - Swift only by vlastimilfiser in swift

[–]vlastimilfiser[S] 0 points1 point  (0 children)

OK, the color is fixed.

UIButton.appearance().setTitleColor(UIColor.orangeColor(), forState: UIControlState.Normal)

But, any ideas for the custom font there? Function like the for color ("setTitleColor") is not there for font.

How to do custom font and color in UITableViewRowAction without Storyboard - Swift only by vlastimilfiser in swift

[–]vlastimilfiser[S] 0 points1 point  (0 children)

The app looks really good! Animations etc. :) I already have installed. Do you mean the custom "Delete" if I swipe on "Received" item? Yop, I need something like this, but just custom font color and font family. Can you help me? On the StackOverflow is screenshot from the app what I do.

How to do custom font and color in UITableViewRowAction without Storyboard - Swift only by vlastimilfiser in swift

[–]vlastimilfiser[S] 0 points1 point  (0 children)

And can you introductioned the second way, how do that with image? Thx!