Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for a sample project which should have basic rich text editing features (Bold,Italic,Underline,Alignment,Attaching images).
I went through Google search results there are several editors available for iOS but those all are developed by using UIWebView with HTML. I am looking for the one which developed by using UITextView along with new features in iOS 6 and 7(NSAttributedString, NSTextattAchment)
Can please guide me if you know any open source code or tutorial?
Thanks in advance!
There no sample project for rich text that available on iOS Dev website, However if you like a UITextView implementation there few open-source alternatives such as iOS-Rich-Text-Editor and FastTextView.
iOS-Rich-Text-Editor
RichTextEditor for iPhone & iPad that supports loads of extra such as Bold, Italic, Underline, StrikeThrough, Font, Paragraph Indent/Outdent etc. Check the example its uses UITExtview.
FastTextView
EGOTextView is a complete drop in replacement for UITextView, that adds support for Rich Text Editing.
You should read SECoreTextView supported almost above also select, copy, paste
https://github.com/kishikawakatsumi/SECoreTextView
Apple used to have a CoreText sample project and when TextKit launched they had a sample project for that too. You can't search from them through the normal document library you need to use the legacy library
You can however checkout the textView part of the UICatelog and that should get you started. It is a textview with attributed text and is fully editable.
Also have a read through the text programming guide.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for a sample project which should have basic rich text editing features (Bold,Italic,Underline,Alignment,Attaching images).
I went through Google search results there are several editors available for iOS but those all are developed by using UIWebView with HTML. I am looking for the one which developed by using UITextView along with new features in iOS 6 and 7(NSAttributedString, NSTextattAchment)
Can please guide me if you know any open source code or tutorial?
Thanks in advance!
There no sample project for rich text that available on iOS Dev website, However if you like a UITextView implementation there few open-source alternatives such as iOS-Rich-Text-Editor and FastTextView.
iOS-Rich-Text-Editor
RichTextEditor for iPhone & iPad that supports loads of extra such as Bold, Italic, Underline, StrikeThrough, Font, Paragraph Indent/Outdent etc. Check the example its uses UITExtview.
FastTextView
EGOTextView is a complete drop in replacement for UITextView, that adds support for Rich Text Editing.
You should read SECoreTextView supported almost above also select, copy, paste
https://github.com/kishikawakatsumi/SECoreTextView
Apple used to have a CoreText sample project and when TextKit launched they had a sample project for that too. You can't search from them through the normal document library you need to use the legacy library
You can however checkout the textView part of the UICatelog and that should get you started. It is a textview with attributed text and is fully editable.
Also have a read through the text programming guide.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm trying to make a search bar similar to instagram or vine, as to where it filters the results as you type.I also want to know the code on how to change from username to tag buttons under the search bar. How do I make one? I'm also using Xcode 4.6.
If you're a starter I suggest you go through this tutorial and other tutorials you can find from google. This tutorial will teach you how to use the searchBar and its delegates and also filters the results as you typed.
I don't suggest you to find projects on Github, because codes their will be way too advanced and you will learn nothing from it.
You want to set up an IBAction for Editing Changed on your textfield.
You can access the text field as a parameter of the function and get the values the user typed in.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have come across many demo's of Markdown editors demonstrating live preview eg:
http://daringfireball.net/projects/markdown/dingus
http://dillinger.io/
http://www.markitdown.net/markdown
http://epiceditor.com/
http://hallojs.org/demo/markdown/
But I haven't been able to find much searching for AsciiDoc Editor live preview.
I have come across articles on setting up such functionality eg:
http://asciidoctor.org/docs/editing-asciidoc-with-live-preview/
but I am really just after some online demo's, are there any out there?
The AsciiDoctor.js Live Preview browser extension may suit your needs:
Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside Chrome!
Install it for either Chrome or FireFox.
For Chrome, you'll likely want to enable Allow access to local file URLs under the extension options.
Then either point your browser at a remote AsciiDoc URL or create a new file locally (e.g. helloworld.adoc), enter some text in it with your favourite editor, and then point your browser to it (e.g. file:///home/leif/helloworld.adoc).
This might be what you're looking for https://github.com/lordofthejars/asciidoctor-markitup, with corresponding video demo http://youtu.be/PEvvwNc1kU8.
There is indeed only very sparse support there. For plain asciidoc support you can also use syntax highligting for gedit: http://kenjiru.ro/blog/2011/10/asciidoc-highlight-for-gedit
But in case you like experimental software: I've written a live converting asciidoc http server in python which you can access here: https://github.com/pypp/asciidoc_http_server.
(On the pro side you can easily give access to your asciidoc-files via web)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have seen several interesting web page UIs for mobile devices, that look like an iOS device and can't figure out, how can I achieve similar look and feel (navigation bars, scrolling, zooming, fullscreen or even instant displaying of new page after clicking one of the tabs in toolbar). Could you please post some resources or techniques required to built these?
Thank you very much!
A quick Google has turned up the following link which may do what you need - http://modmyi.com/forums/web-apps/637-iphone-web-page-template.html.
Have a look at:
Sencha Touch
jQuery Mobile
There are several frameworks designed specifically for this. You can take a look at, for example, jQTouch and jQuery Mobile.
Here's a Twitter Bootstrap compatible theme I found when looking for the same thing.
It looks more comprehensive than the isite.zip linked to in another answer.
If you are a bootstrap lover you can try my bootstrap iOS look theme:
http://codecanyon.net/item/ios-bootstrap/3336617
Is updated to the latest bootstrap version (3.0).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
can anyone suggest an editor component like RichEdit that supports embedding photos in a delphi app? RichEdit doesn't seem to support this.
am not considering embedding MS Word since not everyone would have that.
than you for your help!
I recomend TRichView http://www.trichview.com/.
I did work with WPTools for long time, but recently I found TRichView a lot more simple to use.
AFAIR the TrxRichEdit from rxlib supported embedding pictures. Since rxlib was incorporated into the jvcl, I guess TJvRichEdit should as well.
I think it should work when you insert bmp files. Other image files are not supported. Maybe you can convert your images to a bitmap first?
If you don't mind paying for a component library, I recommend WP Tools. They have extensive support for document formatting (including inserting images) and provide their library as native VCL package (so you don't have the "what version of Word" conversation).