jcavar / refresher

DEPRECATED: Pull to refresh in Swift
MIT License
873 stars 99 forks source link

Framework not showing in finder #4

Closed nomitechy closed 9 years ago

nomitechy commented 9 years ago

i am not able to import the framework in my project .. i tried method 2 .. show in finder doesnt show anything :( plz help btw i rele love it <3

jcavar commented 9 years ago

Did you try to build for device(not simulator)?

nomitechy commented 9 years ago

ios simulator screen shot jan 12 2015 9 56 06 am see this is my app and i want add ur pull to refresh .. help plz :)

jcavar commented 9 years ago

@nomitechy can you screenshot your Products group in Xcode?

nomitechy commented 9 years ago

its a uiview not tableview .. can u provide me wid some codes also screenshot 2015-01-13 01 52 09 screenshot 2015-01-13 01 52 48

jcavar commented 9 years ago

screen shot 2015-01-12 at 23 54 54 I need this

nomitechy commented 9 years ago

screenshot 2015-01-13 01 56 31

jcavar commented 9 years ago

Ok, but not your app but Refresher

nomitechy commented 9 years ago

oh ok hold on ..

nomitechy commented 9 years ago

screenshot 2015-01-13 02 02 03

jcavar commented 9 years ago

It is in red, can you change from iPhone6 simulator to your device and then build?

nomitechy commented 9 years ago

actually i dont have developer id right now ..

nomitechy commented 9 years ago

i think it wont run on my iphone

nomitechy commented 9 years ago

should i send u my project ?

jcavar commented 9 years ago

Unfortunately it is required to build for device for frameworks to work. Please try second method or you can use this one https://www.dropbox.com/s/0juo9z4m69m38km/Refresher.framework.zip?dl=0

nomitechy commented 9 years ago

Thnx

jcavar commented 9 years ago

You are welcome :)

nomitechy commented 9 years ago

now i have imported framework .. what all should i import ?

jcavar commented 9 years ago

"import Refresher" only

nomitechy commented 9 years ago

u mean the folder ?

jcavar commented 9 years ago

I don't understand question. What specific problem do you have?

nomitechy commented 9 years ago

screenshot 2015-01-13 02 40 49

jcavar commented 9 years ago

You can't add pull to refresh to UIView, please take a look at example app.

nomitechy commented 9 years ago

oh .. so how should i refresh my view ?

nomitechy commented 9 years ago

with a button ??

nomitechy commented 9 years ago

u dere ?

jcavar commented 9 years ago

I don't know what are your specific requirements, but yes, button can be possible solution.