NimbleKit - fast iOS app development

SMFKitLib extension library for NK UPDATED 17/01/2013

Forum for posting sample code and examples, new posts creation is not allowed, but everybody can comment

Re: SMFKitLib extension library for NimbleKit UPDATED 06/07/

Postby llama » Fri Jul 06, 2012 8:57 am

Great work Francisco, good to see you back at the keys..I am going to implement something this weekend with new feature..
Good timing ..thanks
llama
NimbleKit Expert
 
Posts: 78
Joined: Sun Aug 01, 2010 9:24 am
Location: UK, England

Re: SMFKitLib extension library for NimbleKit UPDATED 06/07/

Postby francisco » Sat Jul 07, 2012 4:46 pm

Hi llama,

I am always here and working. I am a very big NK fan.
Thanks for your comments.

Regards.
Francisco.
User avatar
francisco
NimbleKit Guru
 
Posts: 163
Joined: Thu Dec 01, 2011 12:45 pm
Location: Barcelona, Spain

Re: SMFKitLib extension library for NimbleKit UPDATED 06/07/

Postby eras3r » Thu Jul 12, 2012 12:05 pm

Hi everybody,

I would like to express my gratitude to Francisco because of his great job with SMFKitLib.
He implemented the inApp restore and some extra methods which enhanced the basic feature of NK. I had the opportunity to test the newest version which has been built after NK user requests, advices and needs and I have been amazed!
The library is easy to implement and use and gave me the opportunity to send to approval the apps that Apple didn't accept because of the In App restore problem.
Thanks Francisco! And please - continue to develop and implement new features!

Thanks,

Eras3r
User avatar
eras3r
 
Posts: 169
Joined: Fri Nov 20, 2009 10:53 pm

Re: SMFKitLib extension library for NimbleKit UPDATED 06/07/

Postby francisco » Thu Jul 12, 2012 12:22 pm

Hi eras3r,

Thanks you so much for your comments.
How I was say before, I am a very NK fan and I will continue working.

Regards.
Francisco.
User avatar
francisco
NimbleKit Guru
 
Posts: 163
Joined: Thu Dec 01, 2011 12:45 pm
Location: Barcelona, Spain

Re: SMFKitLib extension library for NimbleKit UPDATED 12/07/

Postby francisco » Thu Jul 12, 2012 12:26 pm

Hello,

Version v0.12.1
12/07/2012 Update:
*Change SMFInApp. Only for iOS 5+
    *Changed functions:
    •“available(pid, callback)” to “available(pids, callback)”. Now you can send more than one productID at same time. Callback function parameters.
    •“buy(callback)” to “buy(index, callback)”. Now you refer from an index to productID from previous available result.
    •“restore(callback)”. Now callback function will receive 2 parameters with result and a string with productdIDs restored.

    +Added functions:
    •“info(index, callback)”. Retrieve information of a product.
    •“purchased(pids, callback)”. Retrieve the purchased productIDs of pids field.
*Documentation updated.
*Showcase updated.
Updated attached file to v0.12.1.


You can now add your issues, request, ideas at SMFKitLib Tracker
more coming soon...

Regards.
Francisco.
User avatar
francisco
NimbleKit Guru
 
Posts: 163
Joined: Thu Dec 01, 2011 12:45 pm
Location: Barcelona, Spain

Re: SMFKitLib extension library for NimbleKit UPDATED 12/07/

Postby Diego » Sat Jul 21, 2012 10:23 pm

Hi Francisco, I think the pdf file is missing :?


forget it.... wrong folder :lol:
User U1238185201
Diego
 
Posts: 169
Joined: Thu May 27, 2010 4:07 am

Re: SMFKitLib extension library for NimbleKit UPDATED 12/09/

Postby francisco » Wed Sep 12, 2012 11:35 am

Hello,

Version v0.12.2
12/09/2012 Update:
*Change SMFLabel.
    *Changed functions:
    •“setString(text)”. Now you can set strings with special characters like &.

    +Added functions:
    •“lines(lines)”. You can set the number of lines for the control. 1 by default.
    •“breakMode(mode)”. You can set the line break mode for the text. The possible modes are:
      o SMFLabelConsBreakModeWordWrap (default)
      o SMFLabelConsBreakModeCharacterWrap
      o SMFLabelConsBreakModeClip
      o SMFLabelConsBreakModeHeadTruncation
      o SMFLabelConsBreakModeTailTruncation
      o SMFLabelConsBreakModeMiddleTruncation
*Change SMFTextField.
    *Changed functions:
    •“setString(text)”. Now you can set strings with special characters like &.
*Change SMFTextView.
    *Changed functions:
    •“setString(text)”. Now you can set strings with special characters like &.
*Change SMFCarousel.
    *Changed functions:
    •“addData(from, image, color, size, vAlign, hAlign, title)”. Now you can set titles with special characters like &.
*Change SMFTicker.
    *Changed functions:
    •“addData(text)”. Now you can set strings with special characters like &.

*Documentation updated.
*Showcase updated.
Updated attached file to v0.12.2.


You can now add your issues, request, ideas at SMFKitLib Tracker
more coming soon...

Regards.
Francisco.
User avatar
francisco
NimbleKit Guru
 
Posts: 163
Joined: Thu Dec 01, 2011 12:45 pm
Location: Barcelona, Spain

Re: SMFKitLib extension library for NimbleKit UPDATED 25/09/

Postby francisco » Mon Sep 24, 2012 4:09 pm

Hello,

Version v0.12.3
25/09/2012 Update:
*Change SMFAlertDataPicker.
    *Changed functions:
    •“show()”. Fixed an issue with iOS 6.
*Change SMFAlertDatePicker.
    *Changed functions:
    •“show()”. Fixed an issue with iOS 6.

*Now compatible with armv7s too. You can use with armv7 and armv7s projects.
*Documentation updated.
*Showcase updated.
Updated attached file to v0.12.3.


You can now add your issues, request, ideas at SMFKitLib Tracker
more coming soon...

Regards.
Francisco.
User avatar
francisco
NimbleKit Guru
 
Posts: 163
Joined: Thu Dec 01, 2011 12:45 pm
Location: Barcelona, Spain

Re: SMFKitLib extension library for NimbleKit UPDATED 25/09/

Postby jetmax » Fri Sep 28, 2012 6:30 pm

Hello, everybody,
It seems like I'm missing something - what should I do to run the SMFKitLibDemo on iPhone? In Simulator everything is ok.
jetmax
 
Posts: 3
Joined: Wed Sep 26, 2012 7:18 pm
Location: ON, Canada

Re: SMFKitLib extension library for NimbleKit UPDATED 25/09/

Postby francisco » Sat Sep 29, 2012 3:55 pm

Hi jetmax,

You only can run with simulator.
To run on device you need to be a registered user.

Regards.
Francisco.
User avatar
francisco
NimbleKit Guru
 
Posts: 163
Joined: Thu Dec 01, 2011 12:45 pm
Location: Barcelona, Spain

PreviousNext

Return to Sample Code

Who is online

Users browsing this forum: No registered users and 1 guest