{"id":7128,"date":"2014-05-24T09:52:02","date_gmt":"2014-05-24T09:52:02","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/05\/24\/iphoneuiwebviewlinksregexkitliterelated-issues-collection-of-common-programming-errors\/"},"modified":"2014-05-24T09:52:02","modified_gmt":"2014-05-24T09:52:02","slug":"iphoneuiwebviewlinksregexkitliterelated-issues-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/05\/24\/iphoneuiwebviewlinksregexkitliterelated-issues-collection-of-common-programming-errors\/","title":{"rendered":"iphone,uiwebview,links,regexkitliteRelated issues-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/0046585e1022fcd3b503c63f2956dfc4?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nElisabeth<br \/>\njavascript iphone ipad orientation<br \/>\nI&#8217;m having the same problem that a couple of others have had with getting the correct behavior in a web app on an orientation change, and there doesn&#8217;t seem to be an obvious solution &#8211; I&#8217;ve seen this question asked a couple of times on Stack Overflow and no one&#8217;s yet been able to answer it.When I start the app in portrait mode, it works fine. Then I rotate into landscape and it&#8217;s scaled up. To get it to scale correctly for the landscape mode I have to double tap on something twice, first to zoo<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/BAYnK.jpg?s=32&amp;g=1\" \/><br \/>\nShekhar Gupta<br \/>\niphone xcode terminal<br \/>\nIs there some way by which I can use Xcode only to organise my code and not display errors at the time of compilation? I want that the error messages and the output get displayed in the Terminal instead. I am a college student and am learning how to program in C. I really want the error messages to be displayed in the Terminal, as they are shown there in a fairly cryptic manner, instead of the user friendly manner which is there is in Xcode.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/yqJZN.jpg?s=32&amp;g=1\" \/><br \/>\nsoshiki<br \/>\nc# iphone mono monotouch monodevelop<br \/>\nI have a project set up in MonoDevelop, it compiles and runs fine for the simulator but when I try to target a device I get a compile error saying:Error 1: mtouch failed with no output (1) (ChicksnVixens-MonoTouch)And this is the last bunch of stuff the build output has (paste bin: http:\/\/pastebin.com\/Ea8hgaFH):Compiling to native code \/Developer\/MonoTouch\/usr\/bin\/mtouch -v&#8211;nomanifest &#8211;nosign -dev&#8221;\/Users\/dev\/Documents\/Proj\/cnv\/MyCode\/ChicksnVixens\/bin\/iPhone\/Debug\/ChicksnVixens-MonoTouch.app&#8221;&#8221;<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/81933157f6e303e8c7ffb1b1f8d014a2?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nImran Raheem<br \/>\niphone crash iphone-sdk-3.1 crash-reports<br \/>\nThe app crashes on the tester&#8217;s device (with OS 3.1) but does well on the simulator and my device with OS 3.0.I have the crash log but I am finding it difficult to understand the reason of this crash as I cannot see the mentioned crashed thread (usually shown in a crash log).What does this mean? &#8220;Unknown thread crashed with unknown flavor: 5, state_count: 1&#8243;Is there anyone who understands Crash Logs very well?Any help is much appreciated!Incident Identifier: EF273E16-AA9F-47CD-9587-8AC824F8DCB4<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/e2609a2f90119176a355b50a89efafb0?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nDarren Reely<br \/>\niphone cocoa cocoa-touch avfoundation<br \/>\nFirst time asking a question here. I&#8217;m hoping the post is clear and sample code is formatted correctly.I&#8217;m experimenting with AVFoundation and time lapse photography.My intent is to grab every Nth frame from the video camera of an iOS device (my iPod touch, version 4) and write each of those frames out to a file to create a timelapse. I&#8217;m using AVCaptureVideoDataOutput, AVAssetWriter and AVAssetWriterInput.The problem is, if I use the CMSampleBufferRef passed to captureOutput:idOutputSampleBuffe<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4e497767d0a1523c9afbbe2722a73523?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nRakhe Kara<br \/>\nios iphone objective-c cocoa-touch<br \/>\nActually this crash is not reproducing every time, even not frequently but we got this crash in our production app. I am not sure where is the problem. It is telling crash is happening in thread 4 in Environments class line number 38.Code:NSBundle* bundle = [NSBundle mainBundle];NSString* envsPListPath = [bundle pathForResource:@&#8221;Environment&#8221; ofType:@&#8221;plist&#8221;];Line 38: NSDictionary *environments = [[NSDictionary alloc] initWithContentsOfFile:envsPListPath];But according to exception type:00000020<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cae77e373c7609fdb34e5253684d077a?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nsk\u00e5lfyfan<br \/>\niphone cocoa-touch memory-management ios4 uiviewcontroller<br \/>\nUPDATE (at bottom): Added entire viewWillAppear: method implementation to show how the three UIViewControllers are allocated \/ deallocated into the UIScrollView.I have a root ViewController which contains a UIScrollView. This UIScrollView itself contains 3 different UIViewControllers (setup as NSFetchedResultControllerDelegates for separate UITableViews.)I need to reload the root ViewController&#8217;s UIScrollView at one point when we come back to the view so I do this at the beginning of:-(void) vie<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/92a3711662378cb8a1ac77f02324afdb?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nKevin Craft<br \/>\niphone ios facebook<br \/>\nI&#8217;m currently developing my first native iPhone app (though I have many years of experience as a web developer). I&#8217;m having some difficulty understanding the best way to handle login and I&#8217;m looking for some advice on the best way to go about it. The more I think about all the things that can go wrong during login, the more my brain wants to jump out of my head. I&#8217;m getting really frustrated with this and could really use some advice from some more experienced iPhone developers. Thanks in advanc<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4926053f9238c44da0ea8dc27ce113ba?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nOliver<br \/>\niphone objective-c uiscrollview<br \/>\nHow can I force a UIScrollView in which paging and scrolling are on to only move vertically or horizontally at a given moment?My understanding is that the directionalLockEnabled property should achieve this, but a diagonal swipe still causes the view to scroll diagonally instead of restricting motion to a single axis.Edit: to be clearer, I&#8217;d like to allow the user to scroll horizontally OR vertically, but not both simultaneously.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/8126f31c0bf54e135487827a0419a196?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nSarah<br \/>\niphone objective-c cocoa-touch pdf quartz-graphics<br \/>\nI want to convert local html file on iPhone to PDF document. I have used the following code I found online to generate PDF file from Picture, I tried to replace the image with the html file but it failed. I would very much appreciate your help. Thanks in advance,\/\/ Our method to create a PDF file natively on the iPhone \/\/ This method takes two parameters, a CGRect for size and \/\/ a const char, which will be the name of our pdf file void CreatePDFFile (CGRect pageRect, const char *filename) {\/\/<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/3565588a0d67326d62362d3db2d2984d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nNicholas Petersen<br \/>\nios iframe uiwebview<br \/>\nIt sounds like the native iOS app code can receive events whenever a link is clicked within a UIWebView, but is this still true when the link is within an iframe within the UIWebView?See here, here, here, and etc.In our case, we just want to display a blog post (etc) within an iframe, with that iframe wrapped by a bare html document. But if they click any links from there, we want to have the app detect that and have it navigate outside of our app to the external browser (perhaps with an alert w<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/03bc0b57f7eff9b6d8ebfd4a4caece7b?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nTahoeWolverine<br \/>\niphone uiwebview bundle<br \/>\nBackground: I am developing a news reader type app native for the iPhone which displays many of the news articles as html in UIWebViews. My current goal is to have a css file in my project that can style html that is programmitically meshed up (article + comments, etc). I have done a bunch of little proof of concepts and I know that I can use &lt;link id=\\&#8221;stylesheet\\&#8221; rel=\\&#8221;stylesheet\\&#8221; href=\\&#8221;Test.css\\&#8221; type=\\&#8221;text\/css\\&#8221; \/&gt; as part of the input string to webview&#8217;s loadHTMLString and achie<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/7ZW4P.png?s=32&amp;g=1\" \/><br \/>\nmattsven<br \/>\niphone objective-c css3 ios6 uiwebview<br \/>\nWhen using UIWebView and CSS3 Columns, if I select text that is split\/broken by a column break, then that UIWebView has a seizure and starts behaving&#8230;erratically.Since the text or element is broken by the column break, UIWebView seems to get confused, and does not know which text rectangle to select &#8211; the one in the column the text break ends in, or the one it starts in. Here&#8217;s a very rough representation of what I&#8217;m trying to relate:The dark portion is scrolled outside the viewport of the iPh<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/dd11cabc6f1779ffa658654bec8551db?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nDan<br \/>\njavascript ios uiwebview monotouch onerror<br \/>\nHere&#8217;s an answer for a similar question in Objective C but I&#8217;m not sure what&#8217;s the right way to translate it to MonoTouch.Basically, I want to be able to catch JavaScript errors and know at least filename and line number\u2014unfortunately, window.onerror doesn&#8217;t give this crucial information.In particular, I&#8217;m not sure if I should expose a native library or if I can write this in pure MonoTouch.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/81d2c0d1e169fccb63893706ef70db19?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nrmaddy<br \/>\nios uiwebview<br \/>\nIn my app I&#8217;m using a web view (a simple UIWebView) to display a web page that lists some files. For some reason, the server (which is not in my control) wants to force the user to download the file, and as far as I can see, it does it in 2 ways &#8211; (a) setting Content-Disposition: attachment; in the header and (b) changing the content type to be Content-Type: application\/x-forcedownload.The web view will display the known &#8216;Frame load interrupted&#8217; error when trying to open one of these files insid<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/3c93245c8f90bb4256781ab91e212821?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nGeek<br \/>\nios objective-c ios7 uiwebview delegates<br \/>\nI have a code which places a phone call using below code : \/\/ Make a call to given phone number &#8211; (void)callPhoneNumber:(NSString *)phoneNumber {if (!self.webview)self.webview = [[UIWebView alloc] init];self.webview.delegate = self;\/\/ Remove non-digits from phone numberphoneNumber = [[phoneNumber componentsSeparatedByCharactersInSet:[[NSCharacterSet decimalDigitCharacterSet] invertedSet]] componentsJoinedByString:@&#8221;&#8221;];\/\/ Make a callNSURL * url = [NSURL URLWithString:[NSString stringWithFormat:@&#8221;<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cbd0f1674e46e14f92fef1e0ddaddb3b?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAndrew Miner<br \/>\nobjective-c ios uiwebview<br \/>\nI&#8217;ve got an application which has been launched out in the world (so I can&#8217;t change that version), and I&#8217;ve noticed that certain 3rd-party pages seem to fail when loaded in the native UIWebView, but work fine when loaded in the regular Mobile Safari browser. I know I can change the UIWebViewDelegate to send problematic URLs off to Mobile Safari next time I release (and I plan to), but I&#8217;m hoping there&#8217;s some solution for the meantime.Ideally, I&#8217;d like to be able to change the URL I send up from<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/80768df45e72de19c643974bea2ee4e4?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nNimrod<br \/>\niphone xcode uiwebview dashcode<br \/>\nIn order words, can anyone tell me the basics of how to create a &#8220;hybrid&#8221; iPhone application? I want to load the web content (the Dashcode app itself) from the native application&#8217;s application bundle.I&#8217;ve gotten this to partially work, but some content won&#8217;t display and it otherwise seems like Dashcode is assuming a certain Safari environment or something that I don&#8217;t seem to have in my UIWebView.Can anyone provide a link to some sample code that embeds a Dashcode project into a cocoa touch Xcod<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/fd6c04bf777238a0e422dd2dc30a9472?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nParas Joshi<br \/>\niphone ios html5 uiwebview local-storage<br \/>\nI have an iphone app that enables users to login via a native UIView on ios, that then fires up a UIWebView to display the main content. The webapp uses database storage to retain some of the content locally.However, every now and then, the webapp will fail to load when attempting to access the database with the following message appearing in the logs&#8230;&#8230; sandboxd[3203] : APPNAME(3201) deny file-write-create \/Databases.dbI am unable to reproduce the error with any consistency (at first I thoug<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/r43CJ.jpg?s=32&amp;g=1\" \/><br \/>\nIlea Cristian<br \/>\nios html5 uiwebview powerpoint<br \/>\nI am trying to embed a pptx presentation that contains videos and animations in a iOS native app.UIWebView &#8211; it renders it, you can scroll trough the slides, but there is no actual interaction with the slides (ex: clicking on a button that sends you on a certain slider, etc).I&#8217;ve tried to convert the pptx to a HTML format (mht and normal html format &#8211; both fail miserably) with powerpoint2003 (later versions don&#8217;t suport conversion to html format anymore).I have to mention that it&#8217;s a single powe<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/8ccc5a3dc186d275740ce0e1663ae366?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\ntrey<br \/>\nphp function links<br \/>\ni have a question in regards to the following.i have the functionfunction print_link($link_num) {global $error_str;if($link_num) {$error_str .= &#8220;&lt;a href=\\&#8221;page.php?toloc=$link_num\\&#8221;&gt;&lt;img src=&#8217;img\/Move.png&#8217;\/&gt;$link_num&lt;\/a&gt;&#8221;;}which displays an image next to a number according to $link_numi have created a folder with images assigned to this number ($link_num).im trying to display an image without having the need to display $link_num and the image.so far ive tried$error_str .= &#8220;&lt;<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/a3e55d5620864af7df18dd4ac4505477?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJohn Taylor<br \/>\nphp javascript links<br \/>\nDoes anyone know if this is possible?I have a javascript which highlights the table row when a user hovers down it. it now also links to a page when you click it. but i want to add php to my link. Can it be done?I have attempted it myself but it gives me this error: Parse error: syntax error, unexpected &#8216;&#8221;&#8216;, expecting T_STRING&lt;script&gt;$(function() {$(&#8216;tr&#8217;).hover(function() {$(this).css(&#8216;background-color&#8217;, &#8216;#eee&#8217;);$(this).contents(&#8216;td&#8217;).css({&#8216;border&#8217;: &#8216;0px solid red&#8217;, &#8216;border-left&#8217;: &#8216;none&#8217;,<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/bbe1403403cbd6ff3f67238a2025826b?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nMichiel Pater<br \/>\nphp html links<br \/>\nI&#8217;m looking to echo an hyperlink in a PHP file. The target and text are variables. And no, I can&#8217;t just make a html file and then echo out the variables. It has to be done with echoing out the statement. I&#8217;m having problems with the &#8221; &#8221; around the target. The first &#8221; is okay, but the second is causing problems. Here is my code.while($row = mysql_fetch_assoc($result)){ if (!empty($row[adder])) { echo &#8220;&lt;a href=\\&#8221;\/&#8221;.$row[adder].\\&#8221;&#8221;&gt;&#8221;.$row[adder].&#8221;&lt;\/a&gt;&#8221;; }The problem is the \\&#8221; after $row<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/29b0a81131a712b13b4681ec7274ca8f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nMarve<br \/>\njavascript jquery navigation links<br \/>\nI am trying to write a skp nav link script but instead of grabbing the id i want to grab the class. How can I write the following script in jquery syntax to get the class name? $(document).ready(function() {$(&#8220;.ajax-video&#8221;).click(function(event) {event.preventDefault();document.getElementById(&#8220;currently-playing-title&#8221;).scrollIntoView();}); });Also for some reason the following does not work: $(&#8216;.videoplayer&#8217;).scrollIntoView();<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/02cb052114c3e5ac3a1cdc1036aa7dd0?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nNate<br \/>\nhyperref pdf links<br \/>\nThe vertical scroll position after navigating to a \\hypertarget from a \\hyperlink (described in the hyperref manual) seems to be too low. The scroll position is at the baseline of the \\hypertarget, so the target cannot be seen after clicking a \\hyperlink.If I run latex -output-format pdf document.tex twice on Mac OS X 10.8.2 to create a PDF from this document\u2014\\documentclass{minimal} \\usepackage[colorlinks=true,raiselinks=true]{hyperref} \\usepackage{lipsum} \\begin{document} \\hyperlink{target1}{ta<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/bceda09925910cf037ae9347ceb0dc32?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nMark Daly<br \/>\n7 blocks links<br \/>\nIn one of our Drupal sites (core 7.14) links in two blocks displayed on the front page recently started using one of the alternate domains defined in the Apache config for the site instead of the primary domain. Neither block was changed recently. There are other blocks on the front page, and throughout the site, that were not affected.The links in the block were of the style href=&#8221;node\/123&#8243; (without a leading slash). After investigating any modules or settings that seemed related to blocks or l<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/2sryF.jpg?s=32&amp;g=1\" \/><br \/>\nFreeAppl3<br \/>\niphone uiwebview links regexkitlite<br \/>\nI am using IFTweetLabel and have it to the point were it recognizes links but I am having an awful time opening a webview with the button IFTweetLabel creates. I a running the NSLog and can clearly see it is understanding each link when the button is presses but it will not open the URL for some reason .Below is the code I am using to show the view and load the string in a webView&#8230;.which all works besides the loading of the webview.Any suggestions would be very much appreciated! thank you!- (v<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/2306f8393c33099ccf231cc680f9b0ea?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nregrunge<br \/>\nios5 links cordova jqmobi<br \/>\nI&#8217;ve checked everywhere here in stackoverflow, google, phonegap and other websites but I cannot find a solution, but if I did miss the right link, please post me to it, because I&#8217;m lost.1: I&#8217;m using Cordova + JQmobi to write my apps. 2: the only link that doesn&#8217;t work is the TEL: in a tag links. 3: they work in Safari for ios (any version I&#8217;ve found from ios4 to ios5.1) 4: ONLY in ios5 the link to TEL: won&#8217;t work in native appsHere the codes I&#8217;ve tried:&lt;a href=&#8221;tel:+39000000&#8243;&gt;Link to the t<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/03c51d4dacea73644b28b9ece8e84d63?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nThew<br \/>\njavascript jquery links expression<br \/>\n$(document).ready(function(){var page = window.location.hash;if(page != &#8220;&#8221;){$(&#8216;a[href=&#8217;+ page +&#8217;]&#8217;).addclass(&#8216;selected&#8217;);pageload(page.replace(&#8216;#\/page\/&#8217;, &#8216;pages\/?load=&#8217;));}$(&#8216;#top a&#8217;).click(function(event){ $(&#8216;#top a&#8217;).removeClass(&#8216;selected&#8217;);$(this).addClass(&#8216;selected&#8217;);pageload($(this).attr(&#8216;href&#8217;).replace(&#8216;#\/page\/&#8217;, &#8216;pages\/?load=&#8217;));event.preventDefault;}); });\u00a0&lt;div id=&#8221;top&#8221;&gt;&lt;a href=&#8221;#\/page\/link&#8221;&gt;Link&lt;\/a&gt;&lt;a href=&#8221;#\/page\/link&#8221;&gt;Link&lt;\/a&gt;&lt;a href=&#8221;#\/page\/link<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/181337c377606d632240d20a0bb5f8e9?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nLox<br \/>\ncss links z-index<br \/>\nThe problem is, the links in the main menu don&#8217;t work, you can hover on them and see the address that it links to, but when you click them nothing happens.I&#8217;m assuming it&#8217;s something to do with the css. I tried deleting all the z-index to see if it&#8217;s something to do with them(in case it was behind something and you couldn&#8217;t actually click them), I switched positionings around, nothing works.Here is a link to the demo site. http:\/\/tinyurl.com\/nlmw2sg<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/2sryF.jpg?s=32&amp;g=1\" \/><br \/>\nFreeAppl3<br \/>\niphone uiwebview links regexkitlite<br \/>\nI am using IFTweetLabel and have it to the point were it recognizes links but I am having an awful time opening a webview with the button IFTweetLabel creates. I a running the NSLog and can clearly see it is understanding each link when the button is presses but it will not open the URL for some reason .Below is the code I am using to show the view and load the string in a webView&#8230;.which all works besides the loading of the webview.Any suggestions would be very much appreciated! thank you!- (v<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/ccc83a013527c186c03ea3a475552813?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\ncodaddict<br \/>\niphone regex hyperlink regexkitlite<br \/>\nThis isn&#8217;t working for some reason it just crashes my app:NSString *urlRegex = @&#8221;\\\\bhttps?:\/\/[a-zA-Z0-9\\\\-.]+(?:(?:\/[a-zA-Z0-9\\\\-._?,&#8217;+\\\\&amp;%$=~*!():@\\\\\\\\]*)+)?&#8221;;NSString *urlParsedStatus = [status stringByReplacingOccurrencesOfRegex:urlRegex withString:@&#8221;&lt;a href=\\&#8221;$1\\&#8221;&gt;$1&lt;\/a&gt;&#8221;];NSLog(@&#8221;new string: %@&#8221;, urlParsedStatus); any idea why this isn&#8217;t working? Thanks<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/b0d210e3f23561ab4d5ccb8bdc151c7b?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nHasan Can Saral<br \/>\nobjective-c cocoa runtime-error regexkitlite<br \/>\nI&#8217;m overlaying the mapview and using RegexKitLite. I couldn&#8217;t make it work. I&#8217;ve downloaded .m and .h files and added to the project. Also I tried, adding libicucore.dylib or libicucore.A.dlib or adding -licucore to other compiler flags field. Still getting the error:2012-04-01 19:38:04.633 sennerdeysen[907:15803] -[__NSCFString stringByMatching:capture:]: unrecognized selector sent to instance 0x88b6a002012-04-01 19:38:04.634 sennerdeysen[907:15803] * Terminating app due to uncaught exception &#8216;<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f8a5d242a902462fa41aa5466acaa8ec?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nvikingosegundo<br \/>\nios objective-c cocoa-touch uikit regexkitlite<br \/>\nI have a project that must use regular expressions, so I decided to use RegexKitLite, I downloaded it, have added RegexKitLite.m into &#8220;Compile Sources&#8221;, and RegexKitLite.h into &#8220;Copy Files&#8221; sections. Added libicucore.A.dylib to project Libraries. Imported RegexKitLite.h into my class, and write code (just for test):NSString *str = @&#8221;testing string&#8221;;if ([str isMatchedByRegex:@&#8221;[^a-zA-Z0-9]&#8221;]){NSLog(@&#8221;Some message here&#8221;);}After that I have error message: -[__NSCFString isMatchedByRegex:]: unrecogn<\/li>\n<\/ul>\n<p>Web site is in building<\/p>\n<p>I discovery a place to host code\u3001demo\u3001 blog and websites.<br \/>\nSite access is fast but not money<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/www.m5zn.com\/newuploads\/2014\/01\/30\/jpg\/e7da807964b1fff.jpg\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Elisabeth javascript iphone ipad orientation I&#8217;m having the same problem that a couple of others have had with getting the correct behavior in a web app on an orientation change, and there doesn&#8217;t seem to be an obvious solution &#8211; I&#8217;ve seen this question asked a couple of times on Stack Overflow and no one&#8217;s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7128","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=7128"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7128\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=7128"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=7128"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=7128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}