Giter Site home page Giter Site logo

chats's Issues

App doesn't use full screen in iPhone Retina 4 inch

App doesn't use full height when installed on a 4 inch retina phones. It only uses ~80% in the center, rest of the top and bottom layers are black

I tried self.view.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;

It still doesn't work. Was anyone able to get it to work properly (use full height)

Question

From @catalincraciun on June 4, 2015 7:58

Hello, what parts should we modify to integrate this with our backend logic. Thanks

Copied from original issue: acani/Chats-iPhone#2

how can get the code when sign up

From @lovesomeone on May 30, 2015 14:16

first forgiving my pool english the question is :
i run&build the project , after hit "Verify" button (the phone num is a test num, so just like 1234567899. because i am in China,i don't know much about your phone num . ),how can i get the code or is there is way that i can access the data.
PS. I don't like install the chats-server ,it's too difficult for me to use command in Terminal。 So i used the defult one : baseURL = NSURL(string: "https://acani-chats.herokuapp.com")

any suggestion is appreciate (pasted my email [email protected])

Copied from original issue: acani/Chats-iPhone#1

Hai

When i am opening project here we miss some files names...

  1. UIView+CocaPlant.h

2.SocketRocket.xcodeproj

please refill this files update the code for me

Thanks dude

Failed to recurse into submodule path 'Clients/iPhone'

Resolving deltas: 100% (85/85), done.
error: Server does not allow request for unadvertised object 8313b477bc5cb839f212d8ae186643c715aa07fa
Fetched in submodule path 'Clients/iPhone/Libraries/Alerts', but it did not contain 8313b477bc5cb839f212d8ae186643c715aa07fa. Direct fetching of that commit failed.
Submodule path 'Servers/Chat': checked out 'f34908d476687c9209a26f48b531b3632248af4f'
Submodule path 'Servers/REST': checked out 'bf809384b7c8f5d29305e3b7bed96407b1b7e33e'
Failed to recurse into submodule path 'Clients/iPhone'

main storyboard

hi there, I am new to swift and I was just taking a look at the Chat Xcode project but can't find the main.storyboard. can you show me how to navigate to it

resignFirstResponder on chatInput clears the tableView

It'd be nice to have the capability to hide the keyboard upon sending the message. Therefore, I added [chatInput resignFirstResponder] to the sendMessage method. However, invoking this function call seems to clear the entire view of chats. The screen just becomes empty when the button is pressed.

pushComposeViewController unrecognized selector sent

The code available to download by public has a crash due to

-[ConversationsViewController pushComposeViewController]: unrecognized selector sent to instance 0x4d1c560
2012-07-16 10:33:14.402 AcaniChat[1804:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[ConversationsViewController pushComposeViewController]: unrecognized selector sent to instance 0x4d1c560'

Does the app work on simulator. .?

Phone numbers are not detected in messages sent

In the Apple SMS app, when you send a text that contains a phone number like: 555-555-5555 or (555)555-5555, it automatically detects the datatype and makes it a link that you can click to make a phone call. AcaniChat does not replicate this functionality.

Scrolling is glitchy

As soon as there is more content in the chat tableview than can fit on the screen, the scrolling becomes very glitchy.

Landscape Mode

Message input does not work for me in landscape mode. Are there any solutions?

Installation Guide Client & Server

Hello i m new to iOS, not really new but not a senior too^^ I found Acani and it seems to be what i need. I m developing a messaging app and i was trrying to install Acani. The project is starting but immeditly after a 404 error comes up.

I installed Node.js, ws and jitsu.. I registered also myself at nodejitsu.. whats the next step?

Is there a step by step guide?

Won't run

Just cloned the project and tried running it in Xcode but all it does is build. It doesn't let me run it on the simulator...
Screen Shot 2013-04-11 at 5 20 45 PM

Text auto-complete rendered behind the message input bar

Text auto-complete (ex - typing omw shows 'On my Way!') in UITextView (or ACPlaceholderTextView) is rendered behind the message input bar (UIImageView) and keyboard.

Commented out the line [messageInputBar addSubview:messageInputBarBackgroundImageView]
Still rendering behind the keyboard.

Is there a way to bring the UI layer for text auto-complete above everything else?

git clone error

This repositry only occur error

$ git clone --recursive [email protected]:acani/Chats.git Cloning into 'Chats'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

why?

There is a layout problem on textView

Every time, we send multi-line message, the _previousTextViewContentHeight use the value last time.So, It will cause the layout problem. I think we should add _previousTextViewContentHeight = MessageFontSize+20; to the sendMessage method for revert the value

Server

I downloaded the iOS source code and everything looks great. I'm trying to set up the server now but the link for "acani-chat-server" is broken. Is there an updated link?

Add Chats-Web Client

No web client exists yet. Please comment below if you want to build and release it under the Unlicense.

Can not run on iphone 6 with iOS 9.3

error : dyld: Library not loaded: @rpath/Alerts.framework/Alerts Referenced from: /var/containers/Bundle/Application/7F850C82-20D2-44B2-BBB2-79907A42A821/Chats.app/Chats Reason: image not found

Add Chats-Android Client

No Android client exists. Please comment below if you want to build and release it under the Unlicense.

Mach-O error after adding SocketRocket into the project

I'm using Xcode Version 6.0.1 (6A317)and stuck with Apple Mach-O error for a long time. I get this error once I introduce SocketRocket project.

duplicate symbol OBJC_IVAR$_AppDelegate._window in:

/Users/anuradhavasudeva/Desktop/Buzz/Complete/CWPAYou/Build/Intermediates/CWPAYou.build/Debug-iphonesimulator/CWPAYou.build/Objects-normal/i386/AppDelegate-113CA4C4B5D4CC68.o
/Users/anuradhavasudeva/Desktop/Buzz/Complete/CWPAYou/Build/Intermediates/CWPAYou.build/Debug-iphonesimulator/CWPAYou.build/Objects-normal/i386/AppDelegate-D68FF7E1CDB59174.o

duplicate symbol OBJC_METACLASS$_AppDelegate in:
/Users/anuradhavasudeva/Desktop/Buzz/Complete/CWPAYou/Build/Intermediates/CWPAYou.build/Debug-iphonesimulator/CWPAYou.build/Objects-normal/i386/AppDelegate-113CA4C4B5D4CC68.o
/Users/anuradhavasudeva/Desktop/Buzz/Complete/CWPAYou/Build/Intermediates/CWPAYou.build/Debug-iphonesimulator/CWPAYou.build/Objects-normal/i386/AppDelegate-D68FF7E1CDB59174.o
duplicate symbol OBJC_CLASS$_AppDelegate in:
/Users/anuradhavasudeva/Desktop/Buzz/Complete/CWPAYou/Build/Intermediates/CWPAYou.build/Debug-iphonesimulator/CWPAYou.build/Objects-normal/i386/AppDelegate-113CA4C4B5D4CC68.o
/Users/anuradhavasudeva/Desktop/Buzz/Complete/CWPAYou/Build/Intermediates/CWPAYou.build/Debug-iphonesimulator/CWPAYou.build/Objects-normal/i386/AppDelegate-D68FF7E1CDB59174.o
duplicate symbol OBJC_CLASS$_ViewController in:
/Users/anuradhavasudeva/Desktop/Buzz/Complete/CWPAYou/Build/Intermediates/CWPAYou.build/Debug-iphonesimulator/CWPAYou.build/Objects-normal/i386/ViewController-7B952F801D984E6D.o
/Users/anuradhavasudeva/Desktop/Buzz/Complete/CWPAYou/Build/Intermediates/CWPAYou.build/Debug-iphonesimulator/CWPAYou.build/Objects-normal/i386/ViewController-99529767CD55CC78.o
duplicate symbol OBJC_METACLASS$_ViewController in:
/Users/anuradhavasudeva/Desktop/Buzz/Complete/CWPAYou/Build/Intermediates/CWPAYou.build/Debug-iphonesimulator/CWPAYou.build/Objects-normal/i386/ViewController-7B952F801D984E6D.o
/Users/anuradhavasudeva/Desktop/Buzz/Complete/CWPAYou/Build/Intermediates/CWPAYou.build/Debug-iphonesimulator/CWPAYou.build/Objects-normal/i386/ViewController-99529767CD55CC78.o
duplicate symbol _main in:
/Users/anuradhavasudeva/Desktop/Buzz/Complete/CWPAYou/Build/Intermediates/CWPAYou.build/Debug-iphonesimulator/CWPAYou.build/Objects-normal/i386/main-B74D1ABF07758C74.o
/Users/anuradhavasudeva/Desktop/Buzz/Complete/CWPAYou/Build/Intermediates/CWPAYou.build/Debug-iphonesimulator/CWPAYou.build/Objects-normal/i386/main-F48A7B3907D55170.o
ld: 6 duplicate symbols for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I have made sure to follow the steps given in https://github.com/square/SocketRocket

the only exception I see is SocketRocket.framework was showing red when I tried adding it under + Link Binary with libraries.

I have added the following libraries:
Security.Framework
CFNetwork.Framework
UIKit.Framework
Foundation.Framework
libicucore.dylib
libsocketrocket.a
libresolv.dylib

I've set other linker flags to -ObjC Build Active Architecture only - No, because setting it to Yes throws an error : Check dependencies. No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386). Valid Architectures - armv64 armv7 armv7s

Security.Framework
CFNetwork.Framework
UIKit.Framework
Foundation.Framework
libicucore.dylib
libsocketrocket.a
libresolv.dylib

This issue is really killing my time. I tried to follow other posts but nothing could help me solve the issue!

text centering

Nice work on the Messages style bubbles!

There seems to be a minor centering problem with short text:

screen shot 2014-09-17 at 2 22 34 am

Messages would center the period in the middle of the bubble like so:

untitled

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.