Note that there are some explanatory texts on larger screens.

plurals
  1. POI want to distinguish mobile web address ,pc web page address
    primarykey
    data
    text
    <p>I am giving a newslist link address by portal site open api.</p> <p>I want to display these linked news on iPhone. Only mobile address link.</p> <pre><code>for(int i=0;i&lt; [newsList count];i++) { NewsItem *newsItem = (NewsItem *)[newsList objectAtIndex:i]; const char *linkAddress = [newsItem.mLink UTF8String]; if(~~~) //-&gt;here. I want to check a mobile address. { [NaverNewslist addObject:newsItem]; } } self.mNewsList=NaverNewslist; self.mSearchKey=searchkey; } </code></pre> <p>Address Example</p> <ul> <li>pc web page</li> </ul> <p><a href="http://openapi.naver.com/l?AAACXLOw6DMAwG4NOYEeVBIAwZKh5Tt57AJEagKoEG2orbN1DLkr/fll9vioeBrgFdQN1A14KWFxq4VaBZth8rmUDfLXvSYZAJOyK60bJh0I4JVGMhVUkKeVlZnk2RRjPt+wryBqJPff7mAT8Uc7v4tPA4hzQiocvDFED2fnEEsr0/WhCln13yRjZ5mx1PgbMyheU6sPo0/p2KK6aE/gGwxETByAAAAA==" rel="nofollow">http://openapi.naver.com/l?AAACXLOw6DMAwG4NOYEeVBIAwZKh5Tt57AJEagKoEG2orbN1DLkr/fll9vioeBrgFdQN1A14KWFxq4VaBZth8rmUDfLXvSYZAJOyK60bJh0I4JVGMhVUkKeVlZnk2RRjPt+wryBqJPff7mAT8Uc7v4tPA4hzQiocvDFED2fnEEsr0/WhCln13yRjZ5mx1PgbMyheU6sPo0/p2KK6aE/gGwxETByAAAAA==</a></p> <ul> <li>mobile web page</li> </ul> <p><a href="http://openapi.naver.com/l?AAACXLPQ6DMAwF4NOYETkJCenAUPEzdesJTGIEqgg00FbcvimVLPl7z/LzxfGooK3BFnCpoW3AqhM1XEuwmO3HylXgz5Y9+KgIpRuI/OCw761HSXoolDasSZjSiWyMPFTjvq+griC7NL/fPNCbY+6WORUzTSGtyOTzMAZQ3bx4BtXc7g1IM08+eWOXvE1epCDQpLCcBxQ2mf5GlBq10eYLRa/BpMgAAAA=" rel="nofollow">http://openapi.naver.com/l?AAACXLPQ6DMAwF4NOYETkJCenAUPEzdesJTGIEqgg00FbcvimVLPl7z/LzxfGooK3BFnCpoW3AqhM1XEuwmO3HylXgz5Y9+KgIpRuI/OCw761HSXoolDasSZjSiWyMPFTjvq+griC7NL/fPNCbY+6WORUzTSGtyOTzMAZQ3bx4BtXc7g1IM08+eWOXvE1epCDQpLCcBxQ2mf5GlBq10eYLRa/BpMgAAAA=</a></p> <p>So, I think these addresses conclude a convertible infomation to mobile.</p> <p>How can I do this?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload