could anyone point me in the direction on how to do this please? i have made a twiter app which i would like to open links from the users timeline. i have sourced the code on how to open the link in my webvie but i do not know hot to make the links clickable.
any help would be appreciated.
thanks in advance
mike
I believe this is what you need: http://furbo.org/2008/10/07/fancy-uilabels/
More infos is this SO discussion: Create tap-able "links" in the NSAttributedString of a UILabel?
Related
I want to add youtube sharing in my app.When user share any video, in the activity view my app should appear.How to do ?
Suggest me some tutorials.
Thanks in Advance.
You can achieve this by building a share extension for you app. Please refer to this link. Happy Coding.
I am working on an iOS app in which i have to create a wall/newsfeed similar to facebook's newsfeed with all the option like, comment, share.
the main problem is i went to so many websites to get any useful solution how to create it. I am using UITableView with custom Cells with UIImageView and other options in it. but if any person post any Post which does not have any image in it the UIImageview shows blank space.
Please someone help me to sortout this problem
I also tried this question: How to make a beautiful Tableview like Facebook ios app or tumblr app?
Here it is an example that could help you. It will help you make what you want https://github.com/AaronBratcher/UserFeed
In my iPhone application, i want a color picker to be added on a button click pop up. Can anyone please suggest how to proceed with it. Read several online materials but not finding a good start point.
Thanks in advance
You can use kartech/Colorpicker , here is link
https://github.com/kartech/colorpicker
Goal: I want to show a preview of a banner in a web app.
Stage:
Suppose I have a Banner model with these fields:
text
vertical_align
horizontal_align
User should have a square to preview text and if user select top and left, this text must be rendered at top-left corner in the square.
I'm using Rails 3.0.9.
Problem:
I don't have idea how to implement this or if there is some "plugin" to make it easier.
Should I use some canvas widget? I don't know.
Please help me!
Thank you very much.
P.D. If you need more info please feel free to ask me.
I think you will find that rmagick and imagemagick will give you what you need. There are many examples available online including this blog post.
Good luck! :)
How to make a radio button in Brew MP. Please anyone can you help me?
Please refer to UI Widgets documentation in BrewMP API Reference.